File tree Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ vsspell_ignored_words_1c7003ec377c4bd9bb3c509d29770210 = File:.\IgnoredWords.dic
18
18
19
19
# match VS generated formatting for MSBuild project files
20
20
[* .* proj,* .props,* .targets ]
21
+ indent_style = space
22
+ indent_size = 2
23
+ tab_width = 2
24
+
25
+ [* .yml,* .yaml ]
26
+ indent_style = space
21
27
indent_size = 2
22
28
tab_width = 2
23
29
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ defaults:
6
6
# only comes into play on a PUSH of a tag to the repository
7
7
on :
8
8
push :
9
- tags :
10
- - ' v*'
9
+ tags :
10
+ - ' v*'
11
11
12
12
env :
13
13
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
16
16
17
17
jobs :
18
18
build_target :
19
- runs-on : windows-latest
20
- steps :
21
- - name : Checkout Repo
22
- uses : actions/checkout@v2
23
- with :
24
- persist-credentials : false
25
- fetch-depth : 0
19
+ runs-on : windows-latest
20
+ steps :
21
+ - name : Checkout Repo
22
+ uses : actions/checkout@v2
23
+ with :
24
+ persist-credentials : false
25
+ fetch-depth : 0
26
26
27
27
- name : Build Source
28
28
run : .\Build-All.ps1 -FullInit
29
29
30
30
- name : Publish Artifacts
31
31
uses : actions/upload-artifact@v4
32
32
with :
33
- name : Nuget Packages
33
+ name : nuget-packages
34
34
path : .\BuildOutput\Nuget
35
35
36
36
- name : Show asset names
46
46
tag_name : ${{ github.ref }}
47
47
release_name : Release ${{ github.ref }}
48
48
draft : true
49
- prerelease : false
50
-
51
-
Original file line number Diff line number Diff line change 1
1
<Solution >
2
2
<Folder Name =" /Solution Items/" >
3
+ <File Path =" ../.editorconfig" />
4
+ <File Path =" ../.gitattributes" />
5
+ <File Path =" ../.gitignore" />
3
6
<File Path =" ../Build-All.ps1" />
4
7
<File Path =" ../BuildVersion.xml" />
5
8
<File Path =" ../Directory.Build.props" />
You can’t perform that action at this time.
0 commit comments