You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines-official.yml
+9-16Lines changed: 9 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -41,20 +41,15 @@ schedules:
41
41
- cron: "0 8 23-29 * 0"
42
42
displayName: "Monthly smoke test"
43
43
branches:
44
-
include:
44
+
include:
45
45
- main
46
46
- release/*
47
-
exclude:
47
+
exclude:
48
48
- ""
49
49
always: true # Run even if there have been no source code changes since the last successful scheduled run
50
50
batch: false # Do not run the pipeline if the previously scheduled run is in-progress
51
51
52
-
# The variables `_DotNetArtifactsCategory` and `_DotNetValidationArtifactsCategory` are required for proper publishing of build artifacts. See https://github.com/dotnet/roslyn/pull/38259
0 commit comments