Skip to content

Commit c6872ca

Browse files
committed
Added publish step to the build
1 parent 5632df8 commit c6872ca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test_azure_devtest_labs_integration.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,13 @@ jobs:
165165
echo "Deleting lab $ENVIRONMENT_INSTANCE_NAME"
166166
az lab environment delete --resource-group "$RESOURCE_GROUP" --lab-name "$LAB_NAME" --name "$ENVIRONMENT_INSTANCE_NAME"
167167
fi
168-
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 }}'
169175

170176
- name: Publish Test Report
171177
uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)