File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
19
dotnet-version : 8.0.x
20
+ env :
21
+ NUGET_AUTH_TOKEN : ${{ secrets.NUGET_API_KEY }}
20
22
- name : Restore dependencies
21
23
run : |
22
24
dotnet restore src/S7CommPlusDriver
36
38
dotnet build src/S7CommPlusDriver
37
39
dotnet build src/DriverTest
38
40
dotnet build src/S7CommPlusGUIBrowser
39
-
40
- - name : Publish NuGet
41
- # You may pin to the exact commit or the version.
42
- # uses: brandedoutcast/publish-nuget@c12b8546b67672ee38ac87bea491ac94a587f7cc
43
- uses :
brandedoutcast/[email protected]
44
- with :
45
- # Filepath of the project to be packaged, relative to root of repository
46
- PROJECT_FILE_PATH : src/S7CommPlusDriver/S7CommPlusDriver.csproj"
47
- NUGET_KEY : ${{secrets.NUGET_API_KEY}}
41
+ - name : Publish
42
+ run : |
43
+ dotnet publish src/S7CommPlusDriver
You can’t perform that action at this time.
0 commit comments