File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 [push]
55
66env :
7- AZURE_FUNCTIONAPP_NAME : mediumfunctionapp # your application's name in Azure
8- AZURE_FUNCTIONAPP_PACKAGE_PATH : ' .' # path to your web app project, defaults to the repository root
9- DOTNET_VERSION : ' 3.1.100' # dotnet version to use
10- NPM_TOKEN : ${{ secrets.NPM_TOKEN }} # dotnet version to use
11- SWAGGER_LINK : https://mediumfunctionapp.azurewebsites.net/api/swagger # swagger document link (not UI)
12- TYPES_FILENAME : index.d.ts # file with types
13- TYPES_FOLDER : /Types # subfolder for npm package generation
7+ AZURE_FUNCTIONAPP_NAME : mediumfunctionapp # your application's name in Azure
8+ AZURE_FUNCTIONAPP_PACKAGE_PATH : ' .' # path to your web app project, defaults to the repository root
9+ DOTNET_VERSION : ' 3.1.100' # dotnet version to use
10+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }} # dotnet version to use
11+ SWAGGER_LINK : https://mediumfunctionapp.azurewebsites.net/api/swagger/json # swagger document link (not UI)
12+ TYPES_FILENAME : index.d.ts # file with types
13+ TYPES_FOLDER : /Types # subfolder for npm package generation
1414
1515jobs :
1616 release :
You can’t perform that action at this time.
0 commit comments