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
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2
-
3
-
pipelines:
4
-
9434:
5
-
retail:
6
-
source:
7
-
credscan:
8
-
lastModifiedDate: 2024-03-14
9
-
eslint:
10
-
lastModifiedDate: 2024-03-14
11
-
psscriptanalyzer:
12
-
lastModifiedDate: 2024-03-14
13
-
armory:
14
-
lastModifiedDate: 2024-03-14
15
-
binary:
16
-
credscan:
17
-
lastModifiedDate: 2024-03-14
18
-
binskim:
19
-
lastModifiedDate: 2024-03-14
20
-
spotbugs:
21
-
lastModifiedDate: 2024-03-14
1
+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
# Temporarily disable SA1010 "Opening square brackets should not be preceded by a space" until https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3687 is fixed
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/01_bugreport.yml
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
name: 🐞 Bug Report
2
2
description: Report a bug to help us improve MSBuild.
3
-
title: "[Bug]: "
4
-
labels: ["bug"]
3
+
type: 'Bug'
5
4
body:
6
5
- type: textarea
7
6
attributes:
@@ -12,17 +11,17 @@ body:
12
11
- type: textarea
13
12
attributes:
14
13
label: Steps to Reproduce
15
-
description: |
16
-
Include as much of the following as possible:
17
-
* a minimal sample project that reproduces the issue,
18
-
* your zipped project,
19
-
* IDE / CLI steps to create the project and reproduce the behaviour,
14
+
description: |
15
+
Include as much of the following as possible:
16
+
* a minimal sample project that reproduces the issue,
17
+
* your zipped project,
18
+
* IDE / CLI steps to create the project and reproduce the behaviour,
20
19
* your command line invocation.
21
-
20
+
22
21
If providing steps to reproduce the issue proves difficult, consider attaching a binlog:
23
22
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog)
24
23
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md)
25
-
24
+
26
25
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one.
27
26
If you want to share one just with Microsoft, you can [report a problem through Visual Studio](https://developercommunity.visualstudio.com/report) and share it privately with Microsoft.
28
27
validations:
@@ -49,4 +48,4 @@ body:
49
48
description: |
50
49
In a Visual Studio developer command prompt, run `msbuild -version` and paste the output here.
51
50
If applicable, include the version of the tool that invokes MSBuild (Visual Studio, dotnet CLI, etc).
52
-
Post any other relevant configuration settings here: OS, architecture, etc.
51
+
Post any other relevant configuration settings here: OS, architecture, etc.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/02_performanceissue.yml
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ name: 📉 Performance Issue
2
2
description: Report a performance issue or regression.
3
3
title: "[Performance]: "
4
4
labels: ["performance"]
5
+
type: 'Bug'
5
6
body:
6
7
- type: textarea
7
8
attributes:
@@ -12,17 +13,17 @@ body:
12
13
- type: textarea
13
14
attributes:
14
15
label: Steps to Reproduce
15
-
description: |
16
-
Include as much of the following as possible:
17
-
* a minimal sample project that reproduces the issue,
18
-
* your zipped project,
19
-
* IDE / CLI steps to create the project and reproduce the behaviour,
16
+
description: |
17
+
Include as much of the following as possible:
18
+
* a minimal sample project that reproduces the issue,
19
+
* your zipped project,
20
+
* IDE / CLI steps to create the project and reproduce the behaviour,
20
21
* your command line invocation.
21
-
22
+
22
23
If providing steps to reproduce the issue proves difficult, consider attaching a binlog:
23
24
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog)
24
25
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md)
25
-
26
+
26
27
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one.
27
28
If you want to share one just with Microsoft, you can [report a problem through Visual Studio](https://developercommunity.visualstudio.com/report) and share it privately with Microsoft.
28
29
validations:
@@ -64,4 +65,4 @@ body:
64
65
attributes:
65
66
label: Regression Details
66
67
description: |
67
-
Please provide details on regression: what version of MSBuild or VS were you using before the regression?
68
+
Please provide details on regression: what version of MSBuild or VS were you using before the regression?
0 commit comments