Skip to content

Commit

Permalink
Another
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Dec 2, 2022
1 parent 649b09f commit 8b77138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Restore dependencies
run: dotnet restore

#- name: Build
# run: dotnet build --configuration Release --no-restore -p:Version=${{env.GitBuildVersion}}
- name: Build
run: dotnet build --configuration Release --no-restore -p:Version=${{ steps.nbgv.outputs.SemVer2 }}

- name: Pack
run: dotnet pack -c Release --no-restore -p:Version=${{env.NBGV_Version}} -p:PackageVersion=${{env.NBGV_NuGetPackageVersion}}
run: dotnet pack -c Release --no-build --no-restore -p:Version=${{ steps.nbgv.outputs.SemVer2 }} -p:PackageVersion=${{env.NBGV_NuGetPackageVersion}}

- name: Create Release
uses: actions/create-release@v1.1.4
Expand Down

0 comments on commit 8b77138

Please sign in to comment.