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 530e434 commit d6fbcd5Copy full SHA for d6fbcd5
.github/workflows/run_windows.yml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
cd %GITHUB_WORKSPACE%\csharp_package\brainflow
65
dotnet restore brainflow.sln
66
- msbuild brainflow.sln /p:Configuration=Release /p:Platform="Any CPU"
+ msbuild /restore /t:Rebuild brainflow.sln /p:Configuration=Release /p:Platform="Any CPU"
67
shell: cmd
68
- name: Install Emulator
69
0 commit comments