Skip to content

Commit

Permalink
Fix problem running squirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Apr 10, 2024
1 parent 214be98 commit 2d27691
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DigitaleBriefwahl.Launcher/DigitaleBriefwahl.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
<PropertyGroup>
<RootDir Condition="'$(RootDir)' == ''">$(MSBuildProjectDirectory)/..</RootDir>
<NuGetToolsPath>$(RootDir)/build</NuGetToolsPath>
<NuGetExePath Condition=" '$(OS)' == 'Windows_NT' And '$(NuGetExePath)' == '' ">nuget.exe</NuGetExePath>
<NuGetExePath Condition=" '$(OS)' != 'Windows_NT' And '$(NuGetExePath)' == '' ">$(NuGetToolsPath)/nuget.exe</NuGetExePath>
<NuGetExePath Condition=" '$(NuGetExePath)' == '' ">$(NuGetToolsPath)/nuget.exe</NuGetExePath>
<NuGetCommand Condition=" '$(OS)' == 'Windows_NT'">"$(NuGetExePath)"</NuGetCommand>
<NuGetCommand Condition=" '$(OS)' != 'Windows_NT' ">mono --debug $(NuGetExePath)</NuGetCommand>
<FullOutputPath>$(ProjectDir)/bin/$(Configuration)</FullOutputPath>
Expand Down

0 comments on commit 2d27691

Please sign in to comment.