diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml
index 1d9d7df2..02a59082 100644
--- a/.github/workflows/PR.yml
+++ b/.github/workflows/PR.yml
@@ -35,21 +35,21 @@ jobs:
# Run the unit tests
- name: Restore
- run: nuget restore src/WeSay.sln
+ run: nuget restore WeSay.sln
- name: Build
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true # So gitversion can set environment vars during the build
- run: msbuild src/WeSay.sln
+ run: msbuild WeSay.sln
- name: Prepare to Test
run: msbuild build/WeSay.proj /t:RestoreBuildTasks
-
+
- name: Test
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true # So testing files and folders can be created
run: msbuild build/WeSay.proj /t:TestOnly /p:Configuration=Debug /p:Platform="x86" /p:CI=true /v:diag
-
+
- name: Test Report
uses: jasonleenaylor/nunit-reporter@63ab85dd5da111c3f4ef95f2fb73bbe667f58db9
if: always()
@@ -57,4 +57,4 @@ jobs:
path: output/**/TestResults.xml
access-token: ${{ secrets.GITHUB_TOKEN }}
reportTitle: "Test Results (${{ matrix.os }})"
- numFailures:
\ No newline at end of file
+ numFailures:
\ No newline at end of file
diff --git a/build/WeSay.proj b/build/WeSay.proj
index 4b4e6b40..ececc74c 100644
--- a/build/WeSay.proj
+++ b/build/WeSay.proj
@@ -46,7 +46,7 @@
]]>
-
+
@@ -66,10 +66,10 @@
-
-
+
-