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 181f8db commit ea9311cCopy full SHA for ea9311c
.azure-pipelines.yml
@@ -3,15 +3,15 @@ resources:
3
- repository: rsg
4
type: github
5
name: RocketSurgeonsGuild/AzureDevopsTemplates
6
- ref: refs/tags/v0.2.8
+ ref: refs/tags/v0.3.2
7
endpoint: github
8
9
variables:
10
Configuration: Release
11
Verbosity: Normal
12
- DotNetVersion: "2.1.500"
13
- CakeVersion: "0.30.0"
14
- NuGetVersion: '4.7.1'
+ DotNetVersion: "2.2.101"
+ CakeVersion: "0.32.1"
+ NuGetVersion: "4.9.2"
15
Coverage: "$(Agent.BuildDirectory)/c"
16
VstsCoverage: "$(Coverage)"
17
Artifacts: $(Build.ArtifactStagingDirectory)
0 commit comments