Skip to content

Commit 25a8b69

Browse files
committed
Build
1 parent c6b2ce7 commit 25a8b69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<!-- Tools -->
2929
<PropertyGroup>
30-
<NuGetCommandLine>&quot;$(UserProfile)\.nuget\packages\nuget.commandline\6.8.0\tools\NuGet.exe&quot;</NuGetCommandLine>
31-
<ChocolateyCommandLine>&quot;$(UserProfile)\.nuget\packages\chocolatey\2.2.2\tools\chocolateyInstall\choco.exe&quot;</ChocolateyCommandLine>
30+
<NuGetCommandLine>&quot;$(UserProfile)\.nuget\packages\nuget.commandline\7.0.1\tools\NuGet.exe&quot;</NuGetCommandLine>
31+
<ChocolateyCommandLine>&quot;$(UserProfile)\.nuget\packages\chocolatey\2.6.0\tools\chocolateyInstall\choco.exe&quot;</ChocolateyCommandLine>
3232
</PropertyGroup>
3333

3434
<Target Name="Clean">

0 commit comments

Comments
 (0)