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 20741b3 commit 5cb4686Copy full SHA for 5cb4686
azure-pipelines.yml
@@ -49,9 +49,9 @@ steps:
49
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
50
artifactName: DebugView++
51
52
-- task: GithubRelease@0
53
- displayName: 'Create GitHub Release'
54
- inputs:
55
- githubConnection: janwilmans
56
- repositoryName: CobaltFusion/DebugViewPP
57
- assets: $(Build.ArtifactStagingDirectory)/(Debug*.exe|Debug.zip|Debug.msi|*.vsix)
+#- task: GithubRelease@0
+# displayName: 'Create GitHub Release'
+# inputs:
+# githubConnection: janwilmans
+# repositoryName: CobaltFusion/DebugViewPP
+# assets: $(Build.ArtifactStagingDirectory)/(Debug*.exe|Debug.zip|Debug.msi|*.vsix)
0 commit comments