Skip to content

Commit

Permalink
DYN-8349: Dynamo to Azure and actions/upload-artifact v4 update. (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Erazo <[email protected]>
  • Loading branch information
AlexisErazoGlobant and Alexis Erazo authored Mar 10, 2025
1 parent e7db0e9 commit 36b4c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
run: |
dotnet test ${{ github.workspace }}\DSIronPython3 -p:Configuration=Release --filter "TestCategory!=Failure" --logger "trx;LogFileName=results.trx" --results-directory ${{ github.workspace }}\DSIronPython3\TestResults
- name: Upload build artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
name: DSIronPython3
path: ${{ github.workspace }}\DSIronPython3\package_output
retention-days: 7
- name: Upload test artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
name: TestResults
path: ${{ github.workspace }}\DSIronPython3\TestResults
Expand Down
2 changes: 1 addition & 1 deletion pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.4.0
env:
- JENKINS_NODE_WIN: "DynamoWinBuild"
- JENKINS_NODE_WIN: "CDA-VS22-SVC"
- SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild"
- SLACK_QUANTUM_BUILD_CREDENTIAL_ID : "slack-notify-token"
- MAIL_QUANTUM_BUILD_RECIPIENT : "[email protected]"
Expand Down

0 comments on commit 36b4c97

Please sign in to comment.