Skip to content

Commit

Permalink
Windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 28, 2024
1 parent ea65f9d commit 6ed7add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:

env:
ICE_HOME: ${{ github.workspace }}/ice
PLATFORM: x64

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion cpp/msbuild/ice.proj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</Target>

<Target Name="NuGetRestore" DependsOnTargets="GetNuGet" Condition="!Exists('$(IceHome)\cpp')">
<Exec Command="$(NuGetExe) restore &quot;$(MSBuildThisFileDirectory)..\C++11 demos.sln&quot;"/>
<Exec Command="$(NuGetExe) restore &quot;$(MSBuildThisFileDirectory)..\C++ demos.sln&quot;"/>
</Target>

<PropertyGroup>
Expand Down

0 comments on commit 6ed7add

Please sign in to comment.