Skip to content

Commit 8b06163

Browse files
authored
Merge pull request #32 from Techsola/fix_ci
Fix CI
2 parents 94a227e + ad6f570 commit 8b06163

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,27 @@ on:
55
branches: [ main ]
66
pull_request: ~
77

8-
env:
9-
DOTNET_NOLOGO: true
10-
118
jobs:
129
build:
1310

14-
runs-on: windows-2022 # Currently, windows-latest is windows-2019 which doesn't have .NET 6
11+
runs-on: windows-latest
1512

1613
steps:
17-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1815

1916
- name: Pack and test
2017
run: ./build.ps1
2118

2219
- name: Upload bin artifact
2320
if: always()
24-
uses: actions/upload-artifact@v2
21+
uses: actions/upload-artifact@v4
2522
with:
2623
name: Bin
2724
path: artifacts/Bin
2825

2926
- name: Upload logs artifact
3027
if: always()
31-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
3229
with:
3330
name: Logs
3431
path: artifacts/Logs
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
}

0 commit comments

Comments
 (0)