Skip to content

Commit

Permalink
import to existing set workflow pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-g committed Sep 5, 2020
1 parent 2409b57 commit 3236338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease-dev-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
shell: pwsh

- name: VSTest
run: vstest.console.exe /Platform:x64 .\$env:UWP_Test_Project_Directory\AppPackages\StudySmarterFlashcardsTests_${{steps.getVersion.outputs.version}}_Debug_Test\StudySmarterFlashcardsTests_${{steps.getVersion.outputs.version}}_x86_Debug.appxsym
run: vstest.console.exe /Platform:x64 .\$env:UWP_Test_Project_Directory\AppPackages\StudySmarterFlashcardsTests_${{steps.getVersion.outputs.version}}_Test\StudySmarterFlashcardsTests_${{steps.getVersion.outputs.version}}_x86.appxsym

- name: Create release
id: create_release
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Prepare artifact metadata
id: prepare_artifact_metadata
run: |
echo "##[set-output name=artifact_path;].\$env:UWP_Project_Directory\AppPackages\StudySmarterFlashcards_${{steps.getVersion.outputs.version}}_Debug_Test\StudySmarterFlashcards_${{steps.getVersion.outputs.version}}_x86_x64_arm_Debug.msixbundle"
echo "##[set-output name=artifact_path;].\$env:UWP_Project_Directory\AppPackages\StudySmarterFlashcards_${{steps.getVersion.outputs.version}}_Test\StudySmarterFlashcards_${{steps.getVersion.outputs.version}}_x86_x64_arm.msixbundle"
shell: pwsh

- name: Upload release asset
Expand Down

0 comments on commit 3236338

Please sign in to comment.