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.
1 parent 2687388 commit ef4dec4Copy full SHA for ef4dec4
.github/workflows/main.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: Checkout repository
125
uses: actions/checkout@v2
126
with:
127
- fetch-depth: 0
+ fetch-depth: 0w
128
129
- uses: dotnet/nbgv@master
130
@@ -150,7 +150,6 @@ jobs:
150
env:
151
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
153
- BRANCH: ${{ $BRANCH }}
154
run: |
155
dotnet sonarscanner begin /k:"egil_bUnit" /o:"egil" /n:"bUnit" /v:"$NBGV_NuGetPackageVersion" /d:sonar.login="$SONAR_TOKEN" /d:sonar.host.url=https://sonarcloud.io /d:sonar.branch.name="$BRANCH"
156
dotnet build /p:UseSourceLink=true
0 commit comments