File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- name : .NET
1
+ name : Build and Test all .NET projects
2
2
3
3
on :
4
4
push :
8
8
9
9
jobs :
10
10
build :
11
-
11
+ name : Build and test .NET projects
12
12
runs-on : ubuntu-latest
13
-
13
+ container : mcr.microsoft.com/dotnet/sdk:6.0
14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- name : Setup .NET
28
28
uses : actions/upload-artifact@v3
29
29
with :
30
30
name : debug-build
31
- path : /home/runner/work/azure-documentdb-datamigrationtool/azure-documentdb-datamigrationtool /Core/Cosmos.DataTransfer.Core/bin/Debug/net6.0 # path/to/artifact/ # or path/to/artifact
31
+ path : /home/runner/work/data-migration-desktop-tool/data-migration-desktop-tool /Core/Cosmos.DataTransfer.Core/bin/Debug/net6.0 # path/to/artifact/ # or path/to/artifact
Original file line number Diff line number Diff line change 1
1
name : Validate all .NET projects
2
2
on :
3
- pull_request :
4
- branches :
5
- - main
3
+ # pull_request:
4
+ # branches:
5
+ # - main
6
+ workflow_dispatch :
6
7
jobs :
7
8
build-test :
8
9
name : Build and test .NET projects
You can’t perform that action at this time.
0 commit comments