We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072defb commit 33dad74Copy full SHA for 33dad74
build-and-release.yaml
@@ -17,20 +17,15 @@ stages:
17
- job: Build
18
displayName: Build, Sign, Test & Pack
19
20
- workspace:
21
- clean: resources
22
-
23
variables:
24
- group: Code Sign KV Auth
25
26
- name: Configuration
27
value: Release
28
29
- - name: DotNetSdkVersion
30
- value: 5.0.x
31
32
steps:
33
- task: UseDotNet@2
+ displayName: Download .NET 6
34
inputs:
35
version: 6.x
36
@@ -115,9 +110,6 @@ stages:
115
110
- deployment: PublishNuGetPackages
116
111
displayName: Publish NuGet packages
117
112
118
119
120
121
113
environment: integrations-release-nuget
122
114
strategy:
123
runOnce:
0 commit comments