Skip to content

Commit 055ed5f

Browse files
committed
pipeline
1 parent 9424c40 commit 055ed5f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.ci/azure-pipelines.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ jobs:
3131
vmImage: 'windows-2019'
3232

3333
steps:
34-
- template: templates\prepare-environment-windows.yml
34+
- template: templates\prepare-environment-windows.yml
35+
36+
- task: PublishBuildArtifacts@1
37+
displayName: 'WHEEL: publish artifacts'
38+
inputs:
39+
PathtoPublish: '$(System.DefaultWorkingDirectory)\dist'
40+
ArtifactName: 'ansys_dpf_core_wheel'
41+
enabled: true
3542

3643
- script: |
3744
pip install -r requirements_test.txt
@@ -188,10 +195,7 @@ jobs:
188195

189196
steps:
190197
- template: templates\prepare-environment-windows.yml
191-
- powershell: |
192-
git --version
193-
displayName: "Diaplay git version"
194-
198+
195199
- script: |
196200
pip install -r requirements_docs.txt
197201
cd .ci
@@ -230,7 +234,7 @@ jobs:
230234
displayName: "Init git and add docs"
231235
workingDirectory: docs\build\html
232236
233-
- powershell: |
237+
- script: |
234238
git remote add origin https://github.com/pyansys/DPF-Core-docs.git
235239
git push -u origin $(GH_DOC_BRANCH) --force
236240
displayName: "Publish GitHub Pages merge commit"

0 commit comments

Comments
 (0)