We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49730fc + 401801f commit 09c8809Copy full SHA for 09c8809
pack/templates/nix_env_gen.yml
@@ -12,12 +12,6 @@ steps:
12
inputs:
13
disableAutoCwd: true
14
scriptPath: 'pack/scripts/nix_deps.sh'
15
-- task: CopyFiles@2
16
- inputs:
17
- contents: |
18
- pack/utils/__init__.py
19
- targetFolder: '$(Build.ArtifactStagingDirectory)/azure'
20
- flattenFolders: true
21
- task: CopyFiles@2
22
23
contents: |
pack/templates/win_env_gen.yml
- task: PowerShell@2
filePath: 'pack\scripts\win_deps.ps1'
- pack\utils\__init__.py
- targetFolder: '$(Build.ArtifactStagingDirectory)\azure'
0 commit comments