Skip to content

Commit

Permalink
Nuget restore seems to be working now.
Browse files Browse the repository at this point in the history
Former-commit-id: 4ea8994
  • Loading branch information
bryanedds committed Mar 17, 2022
1 parent ea588fb commit ba4a725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build.Windows.Debug.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo Attempting to restore dependencies (this doesn't seem to work)...
@echo Attempting to restore dependencies...
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" Nu.sln /t:restore

@echo Attempting to build (will work if dependencies are restored)...
@echo Attempting to build...
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" Nu.sln /t:build /property:Configuration=Debug

@pause
4 changes: 2 additions & 2 deletions Build.Windows.Release.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo Attempting to restore dependencies (this doesn't seem to work)...
@echo Attempting to restore dependencies...
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" Nu.sln /t:restore

@echo Attempting to build (will work if dependencies are restored)...
@echo Attempting to build...
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" Nu.sln /t:build /property:Configuration=Release

@pause

0 comments on commit ba4a725

Please sign in to comment.