Skip to content

Commit

Permalink
Update get_testwinrt.cmd for VS22 support (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
j0shuams authored Jun 28, 2022
1 parent 728011d commit 8d78c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get_testwinrt.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git checkout -f master
if ErrorLevel 1 popd & exit /b !ErrorLevel!
git fetch -f
if ErrorLevel 1 popd & exit /b !ErrorLevel!
git reset -q --hard d7acaf7d18d7902f7181ee094a27966b2b5b87f0
git reset -q --hard a704139dcadca947ccfe620e6b06d3432020b757
if ErrorLevel 1 popd & exit /b !ErrorLevel!
echo Restoring Nuget
%this_dir%.nuget\nuget.exe restore
Expand Down

0 comments on commit 8d78c8d

Please sign in to comment.