Further refinements to az login
This commit is contained in:
Родитель
674edfd852
Коммит
f6cd3aedae
|
@ -80,7 +80,15 @@ jobs:
|
|||
vs update release Enterprise
|
||||
vs modify release Enterprise +mobile +desktop +uwp +web
|
||||
vs where release
|
||||
|
||||
|
||||
- name: Azure login
|
||||
uses: azure/login@v2
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_CLIENT_ID }}
|
||||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
|
||||
enable-AzPSSession: true
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -121,12 +129,6 @@ jobs:
|
|||
run: dotnet pack --no-restore --configuration ${{ inputs.configuration }} ${{ inputs.solutionFile }}
|
||||
working-directory: ${{ inputs.srcFolder }}
|
||||
|
||||
- name: Azure login
|
||||
uses: azure/login@v2
|
||||
with:
|
||||
creds: ${{ secrets.AZURE_CRED }}
|
||||
enable-AzPSSession: true
|
||||
|
||||
- name: Sign the NuGet Packages
|
||||
run: |
|
||||
dotnet tool install --global AzureTrustedSignTool
|
||||
|
|
Загрузка…
Ссылка в новой задаче