Skip to content

Commit b376193

Browse files
authored
Work CI-CD
- Update VM to use VS2019. - Update triggers config. ***NO_CI***
1 parent 1a31abb commit b376193

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
@@ -1,8 +1,8 @@
11
trigger:
22
branches:
3-
include: [main, master, develop, "release-*" ]
3+
include: [main, develop, "release-*" ]
44
paths:
5-
exclude: ["*.md", .gitignore]
5+
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
66
tags:
77
include: ["v*"]
88

@@ -22,7 +22,7 @@ jobs:
2222
- job: Build_Library
2323
condition: or( eq(variables['UPDATE_DEPENDENTS'], 'false'), eq(variables['StartReleaseCandidate'], 'true') )
2424
pool:
25-
vmImage: 'VS2017-Win2016'
25+
vmImage: 'windows-2019'
2626

2727
variables:
2828
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
@@ -50,7 +50,7 @@ jobs:
5050
condition: failed('Build_Library')
5151

5252
pool:
53-
vmImage: 'VS2017-Win2016'
53+
vmImage: 'windows-2019'
5454

5555
steps:
5656

0 commit comments

Comments
 (0)