Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+3
-1
@@ -83,7 +83,7 @@ stages:
|
|||||||
nobuild: true
|
nobuild: true
|
||||||
includesymbols: true
|
includesymbols: true
|
||||||
versioningScheme: 'off'
|
versioningScheme: 'off'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
command: 'custom'
|
command: 'custom'
|
||||||
@@ -165,6 +165,8 @@ stages:
|
|||||||
displayName: dotnet publish
|
displayName: dotnet publish
|
||||||
inputs:
|
inputs:
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
|
publishWebProjects: false
|
||||||
|
projects: 'src/Lithnet.CredentialProvider.Management/Lithnet.CredentialProvider.Management.csproj'
|
||||||
arguments: '-c $(buildConfiguration) -p:Version=$(build.version) --output "$(Build.ArtifactStagingDirectory)\ps"'
|
arguments: '-c $(buildConfiguration) -p:Version=$(build.version) --output "$(Build.ArtifactStagingDirectory)\ps"'
|
||||||
zipAfterPublish: false
|
zipAfterPublish: false
|
||||||
modifyOutputPath: false
|
modifyOutputPath: false
|
||||||
|
|||||||
Reference in New Issue
Block a user