Skip to content

Deploy TPDM Minimal Template SQLServer #9

Deploy TPDM Minimal Template SQLServer

Deploy TPDM Minimal Template SQLServer #9

name: Deploy TPDM Minimal Template SQLServer
on:
workflow_dispatch:
env:
AZURE_ARTIFACTS_FEED_URL: https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_packaging/EdFi/nuget/v3/index.json
NUGET_AUTH_TOKEN: ${{ secrets.TPDM_AA_PUBLISH }}
jobs:
publish:
runs-on: windows-latest
steps:
- name: Setup .NET Core
uses: actions/setup-dotnet@a71d1eb2c86af85faa8c772c03fb365e377e45ea
with:
source-url: ${{ env.AZURE_ARTIFACTS_FEED_URL }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.TPDM_AA_PUBLISH }}
- name: Download package
uses: dawidd6/action-download-artifact@1cf11afe3f1874cee82a8d5a2b45c0fd63f0fa22
with:
workflow: build-minimal-template-sqlServer.yml
path: publish
- name: Publish
run: dotnet nuget push publish/*/*.nupkg --api-key AzureArtifacts