Skip to content

Commit 6ea0762

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 9de5086 commit 6ea0762

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ steps:
4343
versioningScheme: 'byEnvVar'
4444
versionEnvVar: 'GITVERSION_NuGetVersion'
4545
configuration: 'release'
46+
arguments: --no-build
4647

4748
- task: ArchiveFiles@2
4849
inputs:
49-
rootFolderOrFile: '$(Build.SourcesDirectory)\bin\Release\net472'
50-
includeRootFolder: false
50+
rootFolderOrFile: '$(Build.SourcesDirectory)'
51+
includeRootFolder: true
5152
archiveType: 'zip'
5253
archiveFile: 'artifacts/template/$(Build.DefinitionName)-v$(Build.BuildNumber).zip'
5354
replaceExistingArchive: true

0 commit comments

Comments
 (0)