Disable attempted GitHub release
This commit is contained in:
parent
1eeb9349ff
commit
a285cd760a
|
@ -55,16 +55,17 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
pathtoPublish: $(Build.ArtifactStagingDirectory)
|
pathtoPublish: $(Build.ArtifactStagingDirectory)
|
||||||
artifactName: $(artefactName)
|
artifactName: $(artefactName)
|
||||||
- task: GithubRelease@0
|
|
||||||
displayName: 'Create GitHub Release'
|
#- task: GithubRelease@0
|
||||||
inputs:
|
# displayName: 'Create GitHub Release'
|
||||||
githubConnection: speeduino
|
# inputs:
|
||||||
repositoryName: speeduino/SpeedyLoader
|
# githubConnection: speeduino
|
||||||
action: 'create'
|
# repositoryName: speeduino/SpeedyLoader
|
||||||
target: '$(build.sourceVersion)'
|
# action: 'create'
|
||||||
assets: $(Build.ArtifactStagingDirectory)/*.zip
|
# target: '$(build.sourceVersion)'
|
||||||
addChangeLog: true
|
# assets: $(Build.ArtifactStagingDirectory)/*.zip
|
||||||
isDraft: true
|
# addChangeLog: true
|
||||||
|
# isDraft: true
|
||||||
|
|
||||||
- job: job_win_32_bit_self_hosted
|
- job: job_win_32_bit_self_hosted
|
||||||
pool: 'Default'
|
pool: 'Default'
|
||||||
|
@ -90,13 +91,13 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
pathtoPublish: $(Build.ArtifactStagingDirectory)
|
pathtoPublish: $(Build.ArtifactStagingDirectory)
|
||||||
artifactName: "Windows 32-bit"
|
artifactName: "Windows 32-bit"
|
||||||
- task: GithubRelease@0
|
#- task: GithubRelease@0
|
||||||
displayName: 'Create GitHub Release'
|
# displayName: 'Create GitHub Release'
|
||||||
inputs:
|
# inputs:
|
||||||
githubConnection: speeduino
|
# githubConnection: speeduino
|
||||||
repositoryName: speeduino/SpeedyLoader
|
# repositoryName: speeduino/SpeedyLoader
|
||||||
action: 'create'
|
# action: 'create'
|
||||||
target: '$(build.sourceVersion)'
|
# target: '$(build.sourceVersion)'
|
||||||
assets: $(Build.ArtifactStagingDirectory)/*.zip
|
# assets: $(Build.ArtifactStagingDirectory)/*.zip
|
||||||
addChangeLog: true
|
# addChangeLog: true
|
||||||
isDraft: true
|
# isDraft: true
|
Loading…
Reference in New Issue