Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
331 stars 100 forks source link

test: update pipeline to allow testing with dev libraries #1520

Open hallvictoria opened 4 days ago

hallvictoria commented 4 days ago

Description

1. Adds two new options when running tests:

If pipeline variables are set to true:

Default is that all variables are set to false, and the test pipeline runs with the released packages.

2. Fixes permissions issue in public build where 1ES PT tries to tag the build but the build is from a fork.

Fixes #


PR information

Quality of Code and Contribution Guidelines