From 24bea3d21fd9725c1fbc4ce0b7b0f3eec37d6275 Mon Sep 17 00:00:00 2001 From: Michael Hallock Date: Sun, 5 Apr 2020 14:22:39 -0400 Subject: [PATCH] Updated build config and dependencies --- appveyor.yml | 3 +-- src/HomeAutio.Mqtt.TiVo/HomeAutio.Mqtt.TiVo.csproj | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b627939..d3fda80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file diff --git a/src/HomeAutio.Mqtt.TiVo/HomeAutio.Mqtt.TiVo.csproj b/src/HomeAutio.Mqtt.TiVo/HomeAutio.Mqtt.TiVo.csproj index 65441de..c75e36c 100644 --- a/src/HomeAutio.Mqtt.TiVo/HomeAutio.Mqtt.TiVo.csproj +++ b/src/HomeAutio.Mqtt.TiVo/HomeAutio.Mqtt.TiVo.csproj @@ -16,11 +16,11 @@ - bin\Debug\netcoreapp2.1\HomeAutio.Mqtt.TiVo.xml + bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - bin\Release\netcoreapp2.1\HomeAutio.Mqtt.TiVo.xml + bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml @@ -30,11 +30,11 @@ - + - - - + + +