Skip to content

Commit cce13cd

Browse files
committed
Try to fail build step without build.cmd
1 parent cf6baea commit cce13cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/setup-dotnet@v3
1818
# build it, test it, pack it
1919
- name: Run dotnet build (release)
20-
run: ./build.cmd
20+
run: dotnet build ./src/FSharp.Control.TaskSeq.sln -c release

0 commit comments

Comments
 (0)