Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+5
-4
@@ -77,12 +77,13 @@ stages:
|
|||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: dotnet pack
|
displayName: dotnet pack
|
||||||
inputs:
|
inputs:
|
||||||
command: pack
|
command: 'pack'
|
||||||
|
packagesToPack: 'src/Lithnet.CredentialProvider/Lithnet.CredentialProvider.csproj'
|
||||||
|
packDirectory: '$(Build.ArtifactStagingDirectory)\cp'
|
||||||
nobuild: true
|
nobuild: true
|
||||||
includesymbols: true
|
includesymbols: true
|
||||||
arguments: '-p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\cp'
|
versioningScheme: 'off'
|
||||||
packagesToPack: 'src/Lithnet.CredentialProvider/Lithnet.CredentialProvider.csproj'
|
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
command: 'custom'
|
command: 'custom'
|
||||||
|
|||||||
Reference in New Issue
Block a user