Update buildproject.yaml
All checks were successful
All checks were successful
This commit is contained in:
@@ -8,11 +8,12 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet: [ '8.0.405' ]
|
dotnet: [ '8.0.405' ]
|
||||||
name: Dotnet ${{ matrix.dotnet }} sample
|
publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ]
|
||||||
|
name: Publish Dotnet ${{ matrix.dotnet }} Profile ${{ matrix.publishprofile }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ matrix.dotnet }}
|
dotnet-version: ${{ matrix.dotnet }}
|
||||||
- run: dotnet publish GiteaTest.sln -p:PublishProfile=PublishLinuxX64
|
- run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
|
||||||
|
|||||||
Reference in New Issue
Block a user