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 88
99jobs :
1010 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
1816 # - name: Install .NET 9
1917 # uses: actions/setup-dotnet@v4
2018 # with:
@@ -23,13 +21,13 @@ jobs:
2321 # run: dotnet restore ./src/**/*.csproj
2422 # - name: Build
2523 # 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/*
3331
3432 test :
3533 name : Test with MsTest
You can’t perform that action at this time.
0 commit comments