[CI] New build action + Build framework on linux (#2848)
* Create dotnet.yml * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * pragma disable some obsolete warnings * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * update vars for windows * cache? dotnet * oops forgot to save * add concurrency * test deploy * fix? * disable caching * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * ... * Update dotnet.yml * it should build now. maybe. probably * huh? * huh x2 * disable deploy on PRs / enable cache * publish test results * Update dotnet.yml * remove cache cuz it's useless * Update dotnet.yml * push to github packages cuz why not * add toggle vars for pushes * Update dotnet.yml * uncomment release since there's a toggle now
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
<AssemblyName>Discord.Net.DebugTools</AssemblyName>
|
||||
<RootNamespace>Discord</RootNamespace>
|
||||
<Description>A Discord.Net extension adding some helper classes for diagnosing issues.</Description>
|
||||
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net45;netstandard1.3</TargetFrameworks>
|
||||
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.3</TargetFramework>
|
||||
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
|
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user