File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ goto endpoint
7373:commands
7474
7575set " tfm = v4.0"
76- set " vpkg = 1.0.2 "
76+ set " vpkg = 1.0.3 "
7777
7878set " kDebug = "
7979set " kMode = "
@@ -221,10 +221,12 @@ if "%kMode%"=="sys" (
221221 set npkg = Microsoft.NETFramework.ReferenceAssemblies.net40
222222 echo Apply `!npkg! ` package ...
223223
224+ set opkg = %~nx0 .%vpkg%
224225 if " %vpkg% " == " latest" ( set " vpkg = " ) else set vpkg = /%vpkg%
225- call .\hMSBuild -GetNuTool /p:ngpackages=" !npkg! /%vpkg% :%~nx0 "
226226
227- set " dpkg = packages\%~nx0 \build\.NETFramework\%tfm% "
227+ call .\hMSBuild -GetNuTool /p:ngpackages=" !npkg!!vpkg! :!opkg! "
228+
229+ set " dpkg = packages\!opkg! \build\.NETFramework\%tfm% "
228230 call :dbgprint " dpkg " dpkg
229231
230232 if not exist " !dpkg! " (
You can’t perform that action at this time.
0 commit comments