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 1717 uses : actions/setup-dotnet@v1
1818 with :
1919 dotnet-version : 8.0.x
20+ env :
21+ NUGET_AUTH_TOKEN : ${{ secrets.NUGET_API_KEY }}
2022 - name : Restore dependencies
2123 run : |
2224 dotnet restore src/S7CommPlusDriver
3638 dotnet build src/S7CommPlusDriver
3739 dotnet build src/DriverTest
3840 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/publish-nuget@v2.5.5
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