File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 run : nuget pack src/Deployment/nuget/ReportGenerator.nuspec -OutputDirectory src/target/packages -Version ${{ env.Version }}
150150
151151 - name : ' Chocolatey pack reportgenerator.portable'
152- run : .$env:USERPROFILE\.nuget\packages\chocolatey\2.2.2 \tools\chocolateyInstall\choco.exe pack src/Deployment/chocolatey/reportgenerator.portable.nuspec --outputdirectory=src/target/packages --version=${{ env.Version }}
152+ run : .$env:USERPROFILE\.nuget\packages\chocolatey\2.6.0 \tools\chocolateyInstall\choco.exe pack src/Deployment/chocolatey/reportgenerator.portable.nuspec --outputdirectory=src/target/packages --version=${{ env.Version }}
153153
154154 - name : ' Publish Artifact: packages'
155155 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 2727
2828 <!-- Tools -->
2929 <PropertyGroup >
30- <NuGetCommandLine >" $(UserProfile)\.nuget\packages\nuget.commandline\6.8.0 \tools\NuGet.exe" </NuGetCommandLine >
31- <ChocolateyCommandLine >" $(UserProfile)\.nuget\packages\chocolatey\2.2.2 \tools\chocolateyInstall\choco.exe" </ChocolateyCommandLine >
30+ <NuGetCommandLine >" $(UserProfile)\.nuget\packages\nuget.commandline\7.0.1 \tools\NuGet.exe" </NuGetCommandLine >
31+ <ChocolateyCommandLine >" $(UserProfile)\.nuget\packages\chocolatey\2.6.0 \tools\chocolateyInstall\choco.exe" </ChocolateyCommandLine >
3232 </PropertyGroup >
3333
3434 <Target Name =" Clean" >
You can’t perform that action at this time.
0 commit comments