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:
6acf936
)
Revert "Temporarily disable the failing Windows x64 debug builds (#2113)" (#2138)
author
Juan Hoyos
<juan.hoyos@microsoft.com>
Mon, 5 Apr 2021 23:22:30 +0000
(16:22 -0700)
committer
GitHub
<noreply@github.com>
Mon, 5 Apr 2021 23:22:30 +0000
(23:22 +0000)
This reverts commit
24b64c38f208dde69dbba78d229710d54be89234
.
diagnostics.yml
patch
|
blob
|
history
diff --git
a/diagnostics.yml
b/diagnostics.yml
index d09292e3f7b48ee85e3b657af76c0a96b6c4793a..cbd311234eb3a9b811930685e9cbdc288f125874 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