Skip to content

Commit 162bdc6

Browse files
committed
create a build artifact
1 parent 50d7b11 commit 162bdc6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
run: |
3030
dotnet build src/S7CommPlusDriver
3131
dotnet build src/DriverTest
32-
dotnet build src/S7CommPlusGUIBrowser
32+
dotnet build src/S7CommPlusGUIBrowser
33+
- uses: actions/upload-artifact@v4
34+
path: src/S7CommPlusDriver/bin/Debug/*.nupkg

src/S7CommPlusDriver/S7CommPlusDriver.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
<Copyright>Copyright © 2023, Thomas Wiens</Copyright>
3838
<AssemblyVersion>0.1.0.0</AssemblyVersion>
3939
<FileVersion>0.1.0.0</FileVersion>
40+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
4041
</PropertyGroup>
4142
</Project>

0 commit comments

Comments
 (0)