File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ if not exist .nuget md .nuget
113113if not exist .nuget\nuget.exe powershell -Command " Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v5.8.0-preview.2/nuget.exe -OutFile .nuget\nuget.exe"
114114.nuget\nuget update -self
115115rem Note: packages.config-based (vcxproj) projects do not support msbuild /t:restore
116+ call get_testwinrt.cmd
116117call :exec .nuget\nuget.exe restore %nuget_params%
117118
118119:build
119- call get_testwinrt.cmd
120120echo Building cswinrt for %cswinrt_platform% %cswinrt_configuration%
121121call :exec %msbuild_path% msbuild.exe %cswinrt_build_params% /p:platform=%cswinrt_platform% ;configuration=%cswinrt_configuration% ;VersionNumber=%cswinrt_version_number% ;VersionString=%cswinrt_version_string% ;AssemblyVersionNumber=%cswinrt_assembly_version% ;GenerateTestProjection=true;BaselineAllAPICompatError=%cswinrt_basline_breaking_compat_errors% ;BaselineAllMatchingRefApiCompatError=%cswinrt_basline_assembly_version_compat_errors% cswinrt.sln
122122if ErrorLevel 1 (
You can’t perform that action at this time.
0 commit comments