Skip to content

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed Apr 1, 2024
1 parent c93c642 commit eae1358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: dotnet build
- name: Publish
run: dotnet publish -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true -o publish
run: dotnet publish -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true
- name: Archive
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions ConsoleApp2/OwlCM160_MQTT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Nullable>enable</Nullable>
<Trimming></Trimming>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
<OutputPath>publish</OutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit eae1358

Please sign in to comment.