Skip to content

Commit ea9311c

Browse files
fixed pipelines
1 parent 181f8db commit ea9311c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ resources:
33
- repository: rsg
44
type: github
55
name: RocketSurgeonsGuild/AzureDevopsTemplates
6-
ref: refs/tags/v0.2.8
6+
ref: refs/tags/v0.3.2
77
endpoint: github
88

99
variables:
1010
Configuration: Release
1111
Verbosity: Normal
12-
DotNetVersion: "2.1.500"
13-
CakeVersion: "0.30.0"
14-
NuGetVersion: '4.7.1'
12+
DotNetVersion: "2.2.101"
13+
CakeVersion: "0.32.1"
14+
NuGetVersion: "4.9.2"
1515
Coverage: "$(Agent.BuildDirectory)/c"
1616
VstsCoverage: "$(Coverage)"
1717
Artifacts: $(Build.ArtifactStagingDirectory)

0 commit comments

Comments
 (0)