We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa434a commit be9489cCopy full SHA for be9489c
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ env:
37
TESTS_ASSEMBLY_DIR: '${{ github.workspace }}\artifacts\TestsAssembly'
38
AXE_TESTS_PROJECT_DIR: '${{ github.workspace }}\tests\Files.InteractionTests'
39
AXE_TESTS_PROJECT_PATH: '${{ github.workspace }}\tests\Files.InteractionTests\Files.InteractionTests.csproj'
40
- UNIT_TESTS_PROJECT_PATH: '${{ github.workspace }}\tests\Files.UnitTests\Files.UnitTests.csproj'
+ UNIT_TESTS_PROJECT_PATH: '${{ github.workspace }}\tests\Files.App.UnitTests\Files.App.UnitTests.csproj'
41
ARTIFACTS_STAGING_DIR: '${{ github.workspace }}\artifacts'
42
APPX_PACKAGE_DIR: '${{ github.workspace }}\artifacts\AppxPackages'
43
APPX_SELFSIGNED_CERT_PATH: '${{ github.workspace }}\.github\workflows\FilesApp_SelfSigned.pfx'
0 commit comments