Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Versioning and permission for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mivano committed Jan 28, 2023
1 parent a537c60 commit 75e1230
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ env:
jobs:
package:
runs-on: ubuntu-latest
permissions:
checks: write
name: Run tests and create NuGet package
outputs:
coverage-reports: ${{ steps.dotnet-test.outputs.coverage-reports }}
Expand Down Expand Up @@ -137,7 +135,7 @@ jobs:
arrTag=(${GITHUB_REF//\// })
VERSION="${arrTag[2]}"
VERSION="${VERSION//v}"
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -p:InformationalVersion=$VERSION -o ./nuget
dotnet pack -v normal -c Release --include-symbols --include-source -p:Version=$VERSION -o ./nuget
- name: Push to GitHub Feed
run: |
Expand Down

0 comments on commit 75e1230

Please sign in to comment.