File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments