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

Commit 75e1230

Browse files
authored
Versioning and permission for unit tests
1 parent a537c60 commit 75e1230

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ env:
2121
jobs:
2222
package:
2323
runs-on: ubuntu-latest
24-
permissions:
25-
checks: write
2624
name: Run tests and create NuGet package
2725
outputs:
2826
coverage-reports: ${{ steps.dotnet-test.outputs.coverage-reports }}
@@ -137,7 +135,7 @@ jobs:
137135
arrTag=(${GITHUB_REF//\// })
138136
VERSION="${arrTag[2]}"
139137
VERSION="${VERSION//v}"
140-
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -p:InformationalVersion=$VERSION -o ./nuget
138+
dotnet pack -v normal -c Release --include-symbols --include-source -p:Version=$VERSION -o ./nuget
141139
142140
- name: Push to GitHub Feed
143141
run: |

0 commit comments

Comments
 (0)