File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 55# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
66# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-powershell
77# https://github.com/actions/upload-artifact#where-does-the-upload-go
8- name : PSAppDeployToolkit-Windows-PowerShell
8+ name : PSAppDeployToolkit.Tools -Windows-PowerShell
99on :
1010 pull_request :
1111 paths-ignore :
5757 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
5858 - name : Test and Build
5959 shell : powershell
60- run : Invoke-Build -File .\src\PSAppDeployToolkit.build.ps1
60+ run : Invoke-Build -File .\src\PSAppDeployToolkit.Tools. build.ps1
6161 - name : Upload pester results
6262 uses : actions/upload-artifact@v4
6363 with :
7575 - name : Upload module
7676 uses : actions/upload-artifact@v4
7777 with :
78- name : PSAppDeployToolkit
78+ name : PSAppDeployToolkit.Tools
7979 path : .\src\Artifacts\Module
8080 if-no-files-found : error
8181 overwrite : true
82- - name : Upload v3 module template
83- uses : actions/upload-artifact@v4
84- with :
85- name : PSAppDeployToolkit_Template_v3
86- path : .\src\Artifacts\Template_v3
87- if-no-files-found : error
88- overwrite : true
89- - name : Upload v4 module template
90- uses : actions/upload-artifact@v4
91- with :
92- name : PSAppDeployToolkit_Template_v4
93- path : .\src\Artifacts\Template_v4
94- if-no-files-found : error
95- overwrite : true
You can’t perform that action at this time.
0 commit comments