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
3 changes: 2 additions & 1 deletion .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 ejball/ejball-common/conventions/ejball-dotnet-package-workflows
name: Apply Repository Conventions

on:
Expand Down Expand Up @@ -44,4 +45,4 @@ jobs:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
dnx -y repo-conventions apply --open-pr
dnx -y repo-conventions apply --open-pr
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT EDIT: generated by ejball/ejball-common/conventions/ejball-dotnet-package-workflows
name: Continuous Integration

on:
Expand Down Expand Up @@ -65,11 +66,19 @@ jobs:
runs-on: windows-latest
needs: build
if: github.repository_owner == 'ejball' && github.ref == 'refs/heads/master'
permissions:
contents: write
id-token: write
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Install .NET
uses: actions/setup-dotnet@v5
- name: NuGet login
uses: NuGet/login@v1
id: nuget-login
with:
user: ejball
- name: Download packages
uses: actions/download-artifact@v8
with:
Expand All @@ -78,5 +87,5 @@ jobs:
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: ./build.ps1 publish --skip package --trigger publish-nuget-output
NUGET_API_KEY: ${{ steps.nuget-login.outputs.NUGET_API_KEY }}
run: ./build.ps1 publish --skip package --trigger publish-nuget-output
3 changes: 2 additions & 1 deletion .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 ejball/ejball-common/conventions/ejball-dotnet-package-workflows
name: Copilot Setup Steps

on:
Expand Down Expand Up @@ -30,4 +31,4 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v5
- name: Restore
run: ./build.ps1 restore
run: ./build.ps1 restore