We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7029ef7 commit 7b0ad1eCopy full SHA for 7b0ad1e
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
run: 'sed -i -e "s/{{NuGetVersion}}/$NUGET_VERSION/g" *.nuspec'
22
23
- name: Setup NuGet.exe for use with actions
24
- uses: NuGet/setup-nuget@v1.2.0
+ uses: NuGet/setup-nuget@v2
25
26
- name: Create main package
27
run: nuget pack Neolution.CodeAnalysis.nuspec
0 commit comments