Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/skills/dotnet-inspect/SKILL.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/apply-repo-conventions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT EDIT: generated by FacilityApi/Facility/conventions/facility-dotnet-package-workflows
name: Apply Repository Conventions

on:
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT EDIT: generated by FacilityApi/Facility/conventions/facility-dotnet-package-workflows
name: Continuous Integration

on:
Expand Down Expand Up @@ -65,6 +66,9 @@ jobs:
runs-on: windows-latest
needs: build
if: github.repository_owner == 'FacilityApi' && github.ref == 'refs/heads/master'
permissions:
contents: write
id-token: write
steps:
- name: Check out code
uses: actions/checkout@v6
Expand All @@ -75,8 +79,13 @@ jobs:
with:
name: nuget-packages
path: release
- name: NuGet login
uses: NuGet/login@v1
id: nuget-login
with:
user: ejball
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NUGET_API_KEY: ${{ steps.nuget-login.outputs.NUGET_API_KEY }}
run: ./build.ps1 publish --skip package --trigger publish-nuget-output
1 change: 1 addition & 0 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT EDIT: generated by FacilityApi/Facility/conventions/facility-dotnet-package-workflows
name: Copilot Setup Steps

on:
Expand Down
6 changes: 3 additions & 3 deletions apm.lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.