Skip to content

Commit

Permalink
updated actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eman1986 committed Apr 11, 2021
1 parent 818d10b commit fb06a0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/CI-MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
- name: Build Microcharts
run: |
cd Sources/Microcharts
dotnet restore
msbuild Microcharts.csproj /p:Configuration=Release
msbuild -t:build -restore Microcharts.csproj /p:Configuration=Release
- name: Build Microcharts.Android
run: |
cd Sources/Microcharts.Droid
dotnet restore
msbuild Microcharts.Droid.csproj /p:Configuration=Release
msbuild -t:build -restore Microcharts.Droid.csproj /p:Configuration=Release
- name: Publish Microcharts.Android
run: |
cd NuGet
Expand All @@ -30,8 +28,7 @@ jobs:
- name: Build Microcharts.iOS
run: |
cd Sources/Microcharts.iOS
dotnet restore
msbuild Microcharts.iOS.csproj /p:Configuration=Release
msbuild -t:build -restore Microcharts.iOS.csproj /p:Configuration=Release
- name: Publish Microcharts.iOS
run: |
cd NuGet
Expand All @@ -40,8 +37,7 @@ jobs:
- name: Build Microcharts.Mac
run: |
cd Sources/Microcharts.macOS
dotnet restore
msbuild Microcharts.macOS.csproj /p:Configuration=Release
msbuild -t:build -restore Microcharts.macOS.csproj /p:Configuration=Release
- name: Publish Microcharts.Mac
run: |
cd NuGet
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/CI-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
- name: Build Microcharts
run: |
cd Sources/Microcharts
dotnet restore
msbuild Microcharts.csproj /p:Configuration=Release
msbuild -t:build -restore Microcharts.csproj /p:Configuration=Release
- name: Build Microcharts.Uwp
run: |
cd Sources/Microcharts.Uwp
dotnet restore
msbuild Microcharts.Uwp.csproj /p:Configuration=Release
msbuild -t:build -restore Microcharts.Uwp.csproj /p:Configuration=Release
- name: Publish Microcharts.Uwp
run: |
cd NuGet
Expand All @@ -30,8 +28,7 @@ jobs:
- name: Build Microcharts.Forms
run: |
cd Sources/Microcharts.Forms
dotnet restore
msbuild Microcharts.Forms.csproj /p:Configuration=Release
msbuild -t:build -restore Microcharts.Forms.csproj /p:Configuration=Release
- name: Publish Microcharts.Forms
run: |
cd NuGet
Expand Down

0 comments on commit fb06a0a

Please sign in to comment.