This commit is contained in:
2025-10-27 19:54:35 +08:00
parent b097329b26
commit edfdefa63c
2 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ jobs:
- uses: microsoft/[email protected] - uses: microsoft/[email protected]
- name: Build solution - name: Build solution
run: | run: |
dotnet restore GARBro.sln
msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU" msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU"
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4

View File

@@ -186,8 +186,8 @@
</PropertyGroup> </PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup> <PropertyGroup>
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName) <!--<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
exit 0</PreBuildEvent> exit 0</PreBuildEvent>-->
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="YltProperties"> <PropertyGroup Label="YltProperties">
<YltTools>$(SolutionDir)packages\YaccLexTools.0.2.2\tools\</YltTools> <YltTools>$(SolutionDir)packages\YaccLexTools.0.2.2\tools\</YltTools>