Skip to content

Commit

Permalink
debug cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-solcast committed Oct 24, 2024
1 parent 931196c commit 5cf5e15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, Test, and Publish NuGet Package
on:
push:
branches:
- main
- main, test
tags:
- 'v*.*.*' # Ensure that NuGet publishing is triggered on version tags like v1.0.0

Expand Down Expand Up @@ -32,6 +32,9 @@ jobs:

- name: Build
run: dotnet build --configuration Release

- name: List all files in the working directory
run: find . -type f | sort

- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5cf5e15

Please sign in to comment.