Skip to content

removed rm

removed rm #5

Re-run triggered November 26, 2023 13:42
Status Success
Total duration 1m 13s
Artifacts

sts-win.yml

on: push
build-test-publish-ftp
1m 2s
build-test-publish-ftp
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build-test-publish-ftp
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-test-publish-ftp: src/Infrastructure/Infrastructure/Services/Certificate/KeyVaultCertificateService.cs#L38
'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon'
build-test-publish-ftp: src/Infrastructure/Infrastructure/ServicesExtensions.cs#L117
'AzureADAuthenticationBuilderExtensions.AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)' is obsolete: 'This is obsolete and will be removed in a future version. Use AddMicrosoftWebApiAuthentication from Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'
build-test-publish-ftp: src/Infrastructure/Infrastructure/ServicesExtensions.cs#L137
'AzureADDefaults' is obsolete: 'This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.'