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 9eb06fe commit 8ab9c4fCopy full SHA for 8ab9c4f
.buildkite/pipeline.yml
@@ -140,3 +140,13 @@ steps:
140
notify:
141
- github_commit_status:
142
context: "install_windows_10_sdk Tests - Version file with new lines"
143
+
144
+ - label: ":windows: install_windows_10_sdk Tests - Version file with a word"
145
+ command: |
146
+ echo "not an integer" > .windows-10-sdk-version
147
+ bin/install_windows_10_sdk.ps1
148
+ agents:
149
+ queue: windows
150
+ notify:
151
+ - github_commit_status:
152
+ context: "install_windows_10_sdk Tests - Version file with a word"
0 commit comments