Skip to content

Commit 6ba3eb8

Browse files
committed
release 1.0.1
1 parent eb8ea28 commit 6ba3eb8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ pool:
1313
vmImage: 'windows-latest'
1414

1515
variables:
16-
#version: '1.0.0.$(Build.BuildId)'
17-
semanticVersion: "1.0.0"
16+
semanticVersion: "1.0.1"
1817
solution: '**/*.sln'
1918
buildPlatform: 'x64'
2019
buildConfiguration: 'Release'
21-
isPrerelease: ${{ true }}
20+
isPrerelease: ${{ false }}
2221
isReleaseBranch: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ]
2322
setupProjectDir: 'RemoteApplicationPublisherSetup'
2423
setupProject: '**/$(setupProjectDir)/*.wixproj'

0 commit comments

Comments
 (0)