We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5632df8 commit c6872caCopy full SHA for c6872ca
.github/workflows/test_azure_devtest_labs_integration.yml
@@ -165,7 +165,13 @@ jobs:
165
echo "Deleting lab $ENVIRONMENT_INSTANCE_NAME"
166
az lab environment delete --resource-group "$RESOURCE_GROUP" --lab-name "$LAB_NAME" --name "$ENVIRONMENT_INSTANCE_NAME"
167
fi
168
-
+
169
+ - name: Publish Artifacts
170
+ uses: actions/upload-artifact@v2
171
+ if: success()
172
+ with:
173
+ name: AzureDataPipelineTools_Functions
174
+ path: './${{ env.FUNCTIONS_PROJECT_NAME }}/bin/${{ env.BUILD_CONFIGURATION }}'
175
176
- name: Publish Test Report
177
uses: dorny/test-reporter@v1
0 commit comments