Skip to content

Commit

Permalink
ci: remove .NET 8 preview setup and ensure deps are copied to output
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer committed Nov 18, 2023
1 parent e73297f commit 5f41455
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.dotnet-version }}
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'

# Checkout
- uses: actions/checkout@v4
Expand All @@ -139,10 +135,6 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.dotnet-version }}
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'

# Checkout
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<NoWarn Condition="'$(Configuration)'=='Release'">$(NoWarn);NETSDK1138</NoWarn>
<WarningsAsErrors>$(WarningsAsErrors);NU1601;NU1603;NU1605;NU1608;NU1701;MSB3644</WarningsAsErrors>
<ContinuousIntegrationBuild Condition="'$(CI)'!=''">true</ContinuousIntegrationBuild>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

<!-- Ignoring all satelite assemblies from external dependencies to reduce build artifact size. -->
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
Expand Down

0 comments on commit 5f41455

Please sign in to comment.