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.
1 parent 53cbe5e commit 6d91e63Copy full SHA for 6d91e63
eng/azure-pipelines-nightly.yml
@@ -12,6 +12,12 @@ steps:
12
useGlobalJson: true
13
displayName: Use .NET SDK from global.json
14
15
+# create artifact/package folder
16
+- pwsh: |
17
+ New-Item -ItemType Directory -Path artifacts/package/debug -Force
18
+ New-Item -ItemType Directory -Path artifacts/package/release -Force
19
+ displayName: create folder artifacts/package/$(BuildConfiguration)
20
+
21
- task: NuGetAuthenticate@1
22
displayName: Authenticate with NuGet feeds
23
0 commit comments