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 66 <ChocolateyVersion >0.10.8</ChocolateyVersion >
77 </PropertyGroup >
88 <Exec Command =" $(NuGet) install chocolatey -Version $(ChocolateyVersion) -OutputDirectory " $(RootDir)packages" -Source https://api.nuget.org/v3/index.json" />
9- <Exec Command =" $(RootDir)packages\chocolatey.$(ChocolateyVersion)\tools\chocolateyInstall\choco.exe pack -r " $(RootDir)Package \choco\IronPython.nuspec" --outputdirectory " $(StageDir)" --version $(PackageVersion) STAGEDIR=" $(StageDir)" " />
9+ <Exec Command =" $(RootDir)packages\chocolatey.$(ChocolateyVersion)\tools\chocolateyInstall\choco.exe pack -r " $(RootDir)eng \choco\IronPython.nuspec" --outputdirectory " $(StageDir)" --version $(PackageVersion) STAGEDIR=" $(StageDir)" " />
1010 <Move SourceFiles =" $(StageDir)\ironpython.$(PackageVersion).nupkg" DestinationFiles =" $(PackageDir)\ironpython.chocolatey.$(PackageVersion).nupkg" />
1111 </Target >
1212</Project >
You can’t perform that action at this time.
0 commit comments