Skip to content

Commit da7e176

Browse files
authored
Merge pull request #30 from hamermike/test/pr
Update deploy.yml
2 parents e9734d6 + f047a18 commit da7e176

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
run: |
2121
echo $RELEASE_VERSION
2222
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
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 -p:PackageVersion=$RELEASE_VERSION
2828
# - name: Publish NuGet package
2929
# env:
3030
# NUGET_KEY: ${{ secrets.NUGET_KEY }}

0 commit comments

Comments
 (0)