Fix nuget call

This commit is contained in:
Jordan Brown
2019-12-30 21:31:17 -05:00
parent ab55d1f75d
commit 1b35a4f042
+1 -1
View File
@@ -1,6 +1,6 @@
mkdir Temp
cd Temp
nuget install Microsoft.CodeCoverage --version 16.4.0
nuget install Microsoft.CodeCoverage -Version 16.4.0
cd ..
New-Item -Type Directory -Force -Path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools"