Skip to content

Commit cae477a

Browse files
author
Petr Sramek
committed
safaes
1 parent d70bffa commit cae477a

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.github/workflows/dotnet.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ on:
88

99
jobs:
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

0 commit comments

Comments
 (0)