mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
ci: .
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -17,7 +17,6 @@ jobs:
|
||||
- uses: microsoft/[email protected]
|
||||
- name: Build solution
|
||||
run: |
|
||||
dotnet restore GARBro.sln
|
||||
msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@@ -186,8 +186,8 @@
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
|
||||
exit 0</PreBuildEvent>
|
||||
<!--<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
|
||||
exit 0</PreBuildEvent>-->
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="YltProperties">
|
||||
<YltTools>$(SolutionDir)packages\YaccLexTools.0.2.2\tools\</YltTools>
|
||||
|
||||
Reference in New Issue
Block a user