Skip to content

Commit

Permalink
test: updated path to work on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos committed Aug 16, 2023
1 parent 688268e commit 35f3c66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ public void CorrectGenerationWhenUserSpecifyBackgroundColor()
{
var input = "empty";
var expected = "typicalWithNoBackground";
var appIcon = new TaskItem("C:\\Git\\uno.resizetizer\\src\\Resizetizer\\test\\UnitTests\\images\\appicon.svg");
appIcon.SetMetadata("ForegroundFile", "C:\\Git\\uno.resizetizer\\src\\Resizetizer\\test\\UnitTests\\images\\appiconfg.svg");
appIcon.SetMetadata("ProjectDirectory", "C:\\Git\\uno.resizetizer\\src\\Resizetizer\\test\\UnitTests\\");
var appIcon = new TaskItem("images\\appicon.svg");
appIcon.SetMetadata("ForegroundFile", "images\\appiconfg.svg");
appIcon.SetMetadata("ProjectDirectory", Directory.GetCurrentDirectory() + "\\");
appIcon.SetMetadata("IsAppIcon", "true");

var splashScreen = new TaskItem("images/dotnet_bot.svg");
Expand Down

0 comments on commit 35f3c66

Please sign in to comment.