We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9734d6 + f047a18 commit da7e176Copy full SHA for da7e176
.github/workflows/deploy.yml
@@ -20,11 +20,11 @@ jobs:
20
run: |
21
echo $RELEASE_VERSION
22
echo ${{ env.RELEASE_VERSION }}
23
- # - uses: actions/setup-dotnet@v1
24
- # with:
25
- # dotnet-version: '2.2.x'
26
- # - name: Pack NuGet package
27
- # run: dotnet pack --configuration Release $BW_PROJECT_NAME
+ - uses: actions/setup-dotnet@v1
+ with:
+ dotnet-version: '2.2.x'
+ - name: Pack NuGet package
+ run: dotnet pack --configuration Release $BW_PROJECT_NAME -p:PackageVersion=$RELEASE_VERSION
28
# - name: Publish NuGet package
29
# env:
30
# NUGET_KEY: ${{ secrets.NUGET_KEY }}
0 commit comments