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 891c05f commit 35fac9fCopy full SHA for 35fac9f
.github/workflows/dotnet.yml
@@ -101,7 +101,8 @@ jobs:
101
.\.sonar\scanner\dotnet-sonarscanner begin /k:"jjm-one_jjm.one.Serilog.Extensions.Logging.Helpers" /o:"jjm-one" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
102
cd .\src
103
dotnet restore
104
- dotnet build --no-restore
+ dotnet build --no-restore
105
+ cd ..
106
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
107
108
publish-nuget:
0 commit comments