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.
2 parents 3abbef1 + 753ef14 commit 851e9deCopy full SHA for 851e9de
azure_pull_request.yml
@@ -30,3 +30,6 @@ steps:
30
31
- task: SonarSource.sonarcloud.38b27399-a642-40af-bb7d-9971f69712e8.SonarCloudPublish@1
32
displayName: 'Publish Quality Gate Result'
33
+
34
+- script: 'dotnet publish --configuration $(BuildConfiguration) --output $(build.artifactstagingdirectory) --no-restore --no-build'
35
+ displayName: Publish
0 commit comments