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 b440c0e commit 6d407a7Copy full SHA for 6d407a7
.github/workflows/build-dev.yml
@@ -19,5 +19,5 @@ jobs:
19
- name: Run Tests
20
run: dotnet test
21
- name: Build with dotnet
22
- run: dotnet build --configuration Release
+ run: dotnet build .\ThinkSharp.FormulaParser\ThinkSharp.FormulaParser.csproj --configuration Release
23
0 commit comments