File tree Expand file tree Collapse file tree 5 files changed +0
-49
lines changed Expand file tree Collapse file tree 5 files changed +0
-49
lines changed Original file line number Diff line number Diff line change 2222 <Target Name =" AllDocs" >
2323 <Exec Command =' dotnet tool restore' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" />
2424 <Exec Command =' dotnet build FSharpPlus.sln -c Release' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" />
25- <Exec Command =' ./docsrc/tools/download_nugets.cmd' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" Condition =" '$(OS)' == 'Windows_NT' " />
26- <Exec Command =' ./docsrc/tools/download_nugets.sh' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" Condition =" '$(OS)' != 'Windows_NT' " />
2725 <Exec Command =' dotnet run -c Release --project ./docsrc/tools' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" />
2826 </Target >
2927
3028 <Target Name =" ReleaseDocs" >
3129 <Exec Command =' dotnet tool restore' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" />
3230 <Exec Command =' dotnet build FSharpPlus.sln -c Release' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" />
33- <Exec Command =' ./docsrc/tools/download_nugets.cmd' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" Condition =" '$(OS)' == 'Windows_NT' " />
34- <Exec Command =' ./docsrc/tools/download_nugets.sh' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" Condition =" '$(OS)' != 'Windows_NT' " />
3531 <Exec Command =' dotnet run -c Release --project ./docsrc/tools ReleaseDocs' WorkingDirectory =" $(RepoRootDir)" IgnoreStandardErrorWarningFormat =" true" />
3632 </Target >
3733
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ cd ../../
44# Restore fake and paket
55dotnet tool restore
66
7- ./docsrc/tools/download_nugets.sh
8-
97# Build
108# Note: some bug means can't build debug
119dotnet build -c Release FSharpPlus.sln
You can’t perform that action at this time.
0 commit comments