Skip to content

Commit

Permalink
Updated build config and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Apr 5, 2020
1 parent db72088 commit 24bea3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ artifacts:
name: HomeAutio.Mqtt.TiVo-$(appveyor_build_version)
deploy:
- provider: GitHub
auth_token:
secure: t8wH1tV0xPU25FeKde96GGBYZIcWVhBy7VuIJujTodtx1FSQzlI0AEOPHLKyPORa
auth_token: $(GITHUB_API_KEY)
artifact: src\HomeAutio.Mqtt.TiVo\bin\$(configuration)\netcoreapp3.1\HomeAutio.Mqtt.TiVo-$(appveyor_build_version).zip
12 changes: 6 additions & 6 deletions src/HomeAutio.Mqtt.TiVo/HomeAutio.Mqtt.TiVo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netcoreapp2.1\HomeAutio.Mqtt.TiVo.xml</DocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netcoreapp2.1\HomeAutio.Mqtt.TiVo.xml</DocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,11 +30,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HomeAutio.Mqtt.Core" Version="3.0.0.55" />
<PackageReference Include="HomeAutio.Mqtt.Core" Version="3.0.0.57" />
<PackageReference Include="I8Beef.CodeAnalysis.RuleSet" Version="1.0.15" />
<PackageReference Include="I8Beef.TiVo" Version="1.0.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.0" />
<PackageReference Include="I8Beef.TiVo" Version="1.0.0.12" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.3" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
Expand Down

0 comments on commit 24bea3d

Please sign in to comment.