Skip to content

Commit

Permalink
[Updater] Fixed building updater
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndysc committed Jan 9, 2022
1 parent 653cfaa commit 270b1d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion LoaderAvalonia/LoaderAvalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</PropertyGroup>
<Import Project="..\Module.props" />
<ItemGroup>
<ProjectReference Include="..\Updater\Updater.csproj" SkipGetTargetFrameworkProperties="true" />
<ProjectReference Include="..\AvaloniaStyles\AvaloniaStyles.csproj" />
<ProjectReference Include="..\WDE.AzerothCore\WDE.AzerothCore.csproj" />
<ProjectReference Include="..\WDE.Common.Avalonia\WDE.Common.Avalonia.csproj" />
Expand Down
2 changes: 0 additions & 2 deletions Updater/Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<Nullable>enable</Nullable>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
<PublishSingleFile>true</PublishSingleFile>
<TargetName>_Updater</TargetName>
</PropertyGroup>
<PropertyGroup>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ build_script:
dotnet publish -c Release --self-contained false -f net6.0 -o bin/wowdatabaseeditor-avalonia-linux/ LoaderAvalonia/LoaderAvalonia.csproj -r linux-x64
dotnet publish -c Release --self-contained false -f net6.0 -o bin/wowdatabaseeditor-avalonia-win/ Updater/Updater.csproj -r win8-x64 -p:PublishSingleFile=true -p:PublishTrimmed=false -p:DebugType=none
dotnet publish -c Release --self-contained false -f net6.0 -o bin/wowdatabaseeditor-avalonia-mac/ Updater/Updater.csproj -r osx-x64
dotnet publish -c Release --self-contained false -f net6.0 -o bin/wowdatabaseeditor-avalonia-linux/ Updater/Updater.csproj -r linux-x64
dotnet publish -c Release --self-contained false -f net6.0 -o bin/wowdatabaseeditor-avalonia-win/parser WoWPacketParserLoader -r win8-x64
dotnet publish -c Release --self-contained false -f net6.0 -o bin/wowdatabaseeditor-avalonia-mac/parser WoWPacketParserLoader -r osx-x64
Expand Down

0 comments on commit 270b1d2

Please sign in to comment.