dertinfo/dertinfo-web

[Minor] Clear out the function app location from the ado pipelines

Open

#4 geöffnet am 1. Aug. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1 Fork)auto 404
good first issue

Repository-Metriken

Stars
 (0 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

When removing the function app from the websites static web app for the configuration the pipeline still has reference to that function app. On the deploy to test and deply to live jobs

steps: - checkout: self submodules: true - task: AzureStaticWebApp@0 inputs: app_location: "src/client" api_location: "src/functions" <<<<<<<<<<<<< HERE app_build_command: "npm run ado-build-ui-test"
output_location: "dist" env: azure_static_web_apps_api_token: $(staging_deployment_token)

It need to be removed from both as the functions app has now been removed

Contributor Guide