We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ab4fb commit aabb478Copy full SHA for aabb478
1 file changed
.github/workflows/build.yml
@@ -15,6 +15,9 @@ jobs:
15
with:
16
submodules: recursive
17
18
+ - name: Custom Build Steps
19
+ run: .\build.ps1
20
+
21
- name: Setup MSBuild
22
uses: microsoft/setup-msbuild@v1
23
0 commit comments