Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
UncraftedName committed Feb 25, 2024
1 parent 84cf25f commit aea25f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
fail-fast: false
matrix:
platform:
- {os: windows-latest, framework: net7.0-windows, runtime: win-x64}
- {os: ubuntu-latest, framework: net7.0, runtime: linux-x64}
- {os: windows-latest, framework: net461, runtime: win-x64}
# - {os: ubuntu-latest, framework: net7.0, runtime: linux-x64}
build_type:
- {
name: 'Build',
name: 'Build Debug',
configuration: Debug,
command: 'dotnet build ConsoleApp --no-self-contained',
command: 'dotnet build ConsoleApp',
}
- {
name: 'Publish to single file',
name: 'Build Release',
configuration: Release,
command: 'dotnet publish ConsoleApp -p:PublishSingleFile=true --self-contained',
command: 'dotnet build ConsoleApp',
}
- {
name: 'Run tests',
Expand Down

0 comments on commit aea25f5

Please sign in to comment.