File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,10 @@ jobs:
50
50
with :
51
51
args : install docfx
52
52
53
- - name : Build
54
- run : |
55
- cd ${{ github.workspace }}/Source/TimeWarp.State.Analyzer/
56
- dotnet clean --configuration Release
57
- dotnet build --configuration Release
58
- cd ${{ github.workspace }}/Source/TimeWarp.State.SourceGenerator/
59
- dotnet clean --configuration Release
60
- dotnet build --configuration Release
61
- cd ${{ github.workspace }}/Source/TimeWarp.State/
62
- dotnet clean --configuration Release
63
- dotnet build --configuration Release
64
- cd ${{ github.workspace }}/Source/TimeWarp.State.Plus/
65
- dotnet clean --configuration Release
66
- dotnet build --configuration Release
53
+ - name : Run Build Script
54
+ run : ./.github/workflows/build.ps1
55
+ working-directory : ${{ github.workspace }}
56
+
67
57
- name : DocFX Build
68
58
working-directory : Documentation
69
59
run : docfx docfx.json
You can’t perform that action at this time.
0 commit comments