Skip to content

Commit

Permalink
update results name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Nov 19, 2024
1 parent ed21e7f commit 70ae22e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet48.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
runInParallel: true
otherConsoleOptions: /TestCaseFilter:"TestCategory=Create"
platform: x64
resultLogsArtifactName: vs-test-result-logs-part1
- name: Test
uses: josepho0918/vstest-action@0e887de8dcfab5ce3eecaf4ad6320bb9b3ecf633
with:
Expand All @@ -34,6 +35,7 @@ jobs:
runInParallel: true
otherConsoleOptions: /TestCaseFilter:"(TestCategory!=Create)&(TestCategory!=Performance)"
platform: x64
resultLogsArtifactName: vs-test-result-logs-part2
- name: Publish
run:
dotnet nuget push '${{ github.workspace }}\publish\*.nupkg' --source https://nuget.pkg.github.com/ekonbenefits/index.json --api-key ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 70ae22e

Please sign in to comment.