Skip to content

Commit 35fac9f

Browse files
authored
Update dotnet.yml
1 parent 891c05f commit 35fac9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
.\.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"
102102
cd .\src
103103
dotnet restore
104-
dotnet build --no-restore
104+
dotnet build --no-restore
105+
cd ..
105106
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
106107
107108
publish-nuget:

0 commit comments

Comments
 (0)