We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49bd93 commit dd2b92bCopy full SHA for dd2b92b
1 file changed
.github/workflows/release-nuget.yml
@@ -21,15 +21,15 @@ jobs:
21
- uses: dotnet/nbgv@master
22
with:
23
setAllVars: true
24
- - run: echo "NuGetPackageVersion $NBGV_SimpleVersion"
+ - run: echo "NuGetPackageVersion $NBGV_MajorMinorVersion"
25
26
- name: Install dependencies
27
run: dotnet restore
28
- name: Build
29
run: dotnet build --configuration Release --no-restore
30
31
- name: Pack the NuGets
32
- run: dotnet pack --configuration Release --no-build --include-symbols -o . -p:PackageVersion=$NBGV_SimpleVersion
+ run: dotnet pack --configuration Release --no-build --include-symbols -o . -p:PackageVersion=$NBGV_MajorMinorVersion
33
34
- name: Publish NuGet
35
run: |
0 commit comments