projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cf04c0
)
Temporarily disable the failing Windows x64 debug builds (#2113)
author
Mike McLaughlin
<mikem@microsoft.com>
Wed, 24 Mar 2021 00:36:49 +0000
(17:36 -0700)
committer
GitHub
<noreply@github.com>
Wed, 24 Mar 2021 00:36:49 +0000
(17:36 -0700)
diagnostics.yml
patch
|
blob
|
history
diff --git
a/diagnostics.yml
b/diagnostics.yml
index cbd311234eb3a9b811930685e9cbdc288f125874..d09292e3f7b48ee85e3b657af76c0a96b6c4793a 100644
(file)
--- a/
diagnostics.yml
+++ b/
diagnostics.yml
@@
-87,9
+87,9
@@
stages:
osGroup: Windows_NT
strategy:
matrix:
- Build_Debug:
- _BuildConfig: Debug
- _BuildArch: x64
+
#
Build_Debug:
+
#
_BuildConfig: Debug
+
#
_BuildArch: x64
Build_Release:
_BuildConfig: Release
_BuildArch: x64