Skip to content

Commit

Permalink
Appveyor: Try to fix .NET restore
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailGorobets committed Dec 6, 2023
1 parent 357495b commit c949fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ before_build:
- echo add_subdirectory(DiligentSamples) >> CMakeLists.txt
- echo %PLATFORM%
- cmake -S . -B ./build -G "Visual Studio 16 2019" -A %PLATFORM%
- nuget restore c:\projects\build\DiligentSamples_Test.sln
- dotnet restore c:\projects\build\DiligentSamples_Test.sln

build:
project: c:\projects\build\DiligentSamples_Test.sln
Expand Down

0 comments on commit c949fee

Please sign in to comment.