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 c083d1e commit f97311bCopy full SHA for f97311b
Software/OpenAstroTracker ASCOM/azure-pipelines.yml
@@ -70,17 +70,4 @@ steps:
70
inputs:
71
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
72
ArtifactName: 'OpenAstroTracker'
73
- publishLocation: 'Container'
74
-
75
-- task: GitHubRelease@1
76
- inputs:
77
- gitHubConnection: 'jwellman80'
78
- repositoryName: 'jwellman80/OpenAstroTracker-ASCOM'
79
- action: 'create'
80
- target: '$(Build.SourceVersion)'
81
- tagSource: 'userSpecifiedTag'
82
- tag: '$(version)'
83
- title: 'OpenAstroTracker ASCOM - $(version)'
84
- releaseNotesFilePath: '$(solutionDir)\OpenAstroTracker\ReadMe.txt'
85
- changeLogCompareToRelease: 'lastFullRelease'
86
- changeLogType: 'commitBased'
+ publishLocation: 'Container'
0 commit comments