Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Ryan Newington
2023-02-04 09:14:32 +11:00
parent 7b47c60eaa
commit a1c6dea29e
+4 -3
View File
@@ -77,11 +77,12 @@ 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: