Browse Source
Merge pull request #22434 from abpframework/azure-pipelines
Update azure-pipelines.yml for Azure Pipelines
pull/22436/head
selman koc
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/azure-pipelines.yml
|
|
|
@ -13,7 +13,7 @@ resources: |
|
|
|
|
|
|
|
variables: |
|
|
|
# Container registry service connection established during pipeline creation |
|
|
|
dockerRegistryServiceConnection: 'volosoft-reg' |
|
|
|
dockerRegistryServiceConnection: 'volosoft-reg1' |
|
|
|
workDir: '$(Build.SourcesDirectory)' |
|
|
|
bootstrapTaghelpersDir: '$(workDir)/abp/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo' |
|
|
|
# tag: $[replace(variables['Build.SourceBranch'], 'refs/tags/', '')] |
|
|
|
|