Fixed publish fail when nuget package is missing #153
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build SLCommandScript | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["main"] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup .NET | |
uses: actions/setup-dotnet@v4 | |
with: | |
dotnet-version: 8.0.x | |
- name: Build, test and upload artifacts | |
uses: Pogromca-SCP/build-nwapi-plugin@v2 | |
with: | |
plugin-name: SLCommandScript | |
refs-variable: SL_REFERENCES | |
dependencies: SLCommandScript.Core,SLCommandScript.FileScriptsLoader |