Skip to content

Commit f97311b

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent c083d1e commit f97311b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Software/OpenAstroTracker ASCOM/azure-pipelines.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,4 @@ steps:
7070
inputs:
7171
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
7272
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'
73+
publishLocation: 'Container'

0 commit comments

Comments
 (0)