Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Mar 3, 2024
1 parent 4a28593 commit b4f6a22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

- name: Clone Plugins
uses: actions/checkout@v2

- name: Build Plugin
run: dotnet publish -c Release src/Artemis.Plugins.Mqtt.sln
run: dotnet publish -c Release src

- name: Upload
uses: actions/upload-artifact@v2
with:
name: Artemis.Plugins.Mqtt
path: src/Artemis.Plugins.Mqtt/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Mqtt/bin/x64/Release/net8.0/publish
5 changes: 5 additions & 0 deletions src/Artemis.Plugins.Mqtt.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis.Plugins.Mqtt", "Artemis.Plugins.Mqtt\Artemis.Plugins.Mqtt.csproj", "{C49EFF75-D1D3-486D-BA37-DF65481EA6EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC333B86-D4D6-4D67-B713-293CAAAD0A1F}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\build.yml = ..\.github\workflows\build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit b4f6a22

Please sign in to comment.