File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 - name : Restore
5454 run : dotnet restore SUBSTitute.sln
5555 - name : Build
56- run : dotnet build SUBSTitute.sln --configuration ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} --no-restore -p:VersionSuffix=ci -p:GenerateAppxPackageOnBuild=false
56+ run : dotnet build SUBSTitute.sln --configuration ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} --no-restore -p:VersionSuffix=ci -p:BuildMsix=true -p: GenerateAppxPackageOnBuild=true -p:AppxPackageSigningEnabled =false
5757 sonarcloud :
5858 name : SonarCloud
5959 runs-on : windows-latest
@@ -107,5 +107,5 @@ jobs:
107107 run : |
108108 .\.sonar\scanner\dotnet-sonarscanner begin /k:"sungaila_SUBSTitute" /o:"sungaila" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml
109109 dotnet restore SUBSTitute.sln
110- dotnet build SUBSTitute.sln --configuration ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} --no-restore -p:GenerateAppxPackageOnBuild=false
110+ dotnet build SUBSTitute.sln --configuration ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} --no-restore -p:BuildMsix=true -p: GenerateAppxPackageOnBuild=true -p:AppxPackageSigningEnabled =false
111111 .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
You can’t perform that action at this time.
0 commit comments