File tree 2 files changed +12
-7
lines changed
src/TfvcMigrator/Properties 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 5
5
branches : [ main ]
6
6
pull_request : ~
7
7
8
- env :
9
- DOTNET_NOLOGO : true
10
-
11
8
jobs :
12
9
build :
13
10
14
- runs-on : windows-2022 # Currently, windows- latest is windows-2019 which doesn't have .NET 6
11
+ runs-on : windows-latest
15
12
16
13
steps :
17
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
18
15
19
16
- name : Pack and test
20
17
run : ./build.ps1
21
18
22
19
- name : Upload bin artifact
23
20
if : always()
24
- uses : actions/upload-artifact@v2
21
+ uses : actions/upload-artifact@v4
25
22
with :
26
23
name : Bin
27
24
path : artifacts/Bin
28
25
29
26
- name : Upload logs artifact
30
27
if : always()
31
- uses : actions/upload-artifact@v2
28
+ uses : actions/upload-artifact@v4
32
29
with :
33
30
name : Logs
34
31
path : artifacts/Logs
Original file line number Diff line number Diff line change
1
+ {
2
+ "profiles" : {
3
+ "TfvcMigrator" : {
4
+ "commandName" : " Project" ,
5
+ "commandLineArgs" : " http://azuredevops/Techsola $/TechsolaLibrary --authors \" C:\\ Users\\ jmusser\\ Source\\ authors.txt\" --out-dir C:\\ Users\\ jmusser\\ Source\\ Migrated\\ Techsola.Data --directories Techsola.Data Techsola.Data.EF6"
6
+ }
7
+ }
8
+ }
You can’t perform that action at this time.
0 commit comments