We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aef5e commit 4271b19Copy full SHA for 4271b19
.github/workflows/push.yml
@@ -32,3 +32,8 @@ jobs:
32
if: github.repository == 'microsoftgraph/microsoft-graph-toolkit'
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
+ - name: Upload a Build Artifact - mgt-spfx Solution
36
+ uses: actions/upload-artifact@v2
37
+ with:
38
+ name: mgt-spfx solution
39
+ path: packages/mgt-spfx/sharepoint/*
0 commit comments