File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- name : Build with .NET 9
12
-
13
- runs-on : ubuntu-latest
14
-
15
- steps :
16
- - uses : actions/checkout@v3
17
- - uses : petesramek/polyline-algorithm-csharp/.github/actions/build-dotnet.yml@feature/v2-implementation
11
+ uses : ./.github/actions/build-dotnet.yml
12
+ # name: Build with .NET 9
13
+ # runs-on: ubuntu-latest
14
+ # steps:
15
+ # - uses: actions/checkout@v3
18
16
# - name: Install .NET 9
19
17
# uses: actions/setup-dotnet@v4
20
18
# with:
@@ -23,13 +21,13 @@ jobs:
23
21
# run: dotnet restore ./src/**/*.csproj
24
22
# - name: Build
25
23
# run: dotnet build ./src/**/*.csproj --no-restore --configuration Release
26
- - name : Upload
27
- uses : actions/upload-artifact@v4
28
- with :
29
- name : build
30
- path : |
31
- src/**/bin/*
32
- src/**/obj/*
24
+ # - name: Upload
25
+ # uses: actions/upload-artifact@v4
26
+ # with:
27
+ # name: build
28
+ # path: |
29
+ # src/**/bin/*
30
+ # src/**/obj/*
33
31
34
32
test :
35
33
name : Test with MsTest
You can’t perform that action at this time.
0 commit comments