Skip to content

Commit

Permalink
work on build
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Aug 23, 2024
1 parent 790f0cf commit eaffda9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Fetch history
run: git fetch --prune --unshallow
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: |
5.0.x
6.0.x
8.0.x
- name: Restore dependencies
run: |
dotnet restore src/S7CommPlusDriver
dotnet restore src/DriverTest
dotnet restore src/S7CommPlusGUIBrowser
run: dotnet restore DotNetSiemensPLCToolBoxLibrary.sln
- name: Build
run: |
dotnet build src/S7CommPlusDriver
dotnet build src/DriverTest
dotnet build src/S7CommPlusGUIBrowser
run: dotnet build DotNetSiemensPLCToolBoxLibrary.sln
1 change: 1 addition & 0 deletions ToolBoxLibUnitTests/ToolBoxLibUnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon />
<StartupObject />
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
Expand Down

0 comments on commit eaffda9

Please sign in to comment.