diff --git a/workflow-templates/im-build-dotnet-ci.yml b/workflow-templates/im-build-dotnet-ci.yml index 192fa55..02c664c 100644 --- a/workflow-templates/im-build-dotnet-ci.yml +++ b/workflow-templates/im-build-dotnet-ci.yml @@ -293,6 +293,13 @@ jobs: env: DOTNET_INSTALL_DIR: './.dotnet' + # TODO: If the project contains internal nuget packages, uncomment and update the orgs with the needed organizations + # - name: Authenticate with GitHub Packages + # uses: im-open/authenticate-with-gh-package-registries@v1.1 + # with: + # read-pkg-token: ${{ secrets.READ_PKG_TOKEN }} # This is an org-level secret + # orgs: '' + - name: dotnet build id: build run: dotnet build ${{ env.SOLUTION_FILE }} --configuration Release @@ -541,6 +548,13 @@ jobs: env: DOTNET_INSTALL_DIR: './.dotnet' + # TODO: If the project contains internal nuget packages, uncomment and update the orgs with the needed organizations + # - name: Authenticate with GitHub Packages + # uses: im-open/authenticate-with-gh-package-registries@v1.1 + # with: + # read-pkg-token: ${{ secrets.READ_PKG_TOKEN }} # This is an org-level secret + # orgs: '' + # TODO: If the project being built publishes to Azure Event Hubs, this step is needed to build an AsyncAPI Document. # It runs a console application that calls the Mktp.Messaging.Events.Publisher.AsyncApi library. # See https://github.com/im-practices/cloud-events/blob/main/src/Mktp.Messaging.Events.Publisher.AsyncApi/README.md for more information.