From 23a909605b7d9664af947d2853693c89dfaaec5e Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Thu, 5 Apr 2018 16:14:27 -0400 Subject: [PATCH] Start working on AppVeyor build --- Application/Properties/AssemblyInfo.cs | 4 +++- Bootstrapper/Bootstrapper.wixproj | 6 +++--- FeedCenter.sln | 1 + appveyor.yml | 24 ++++++++++++++++++++++++ 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 appveyor.yml diff --git a/Application/Properties/AssemblyInfo.cs b/Application/Properties/AssemblyInfo.cs index 7787524..e59970d 100644 --- a/Application/Properties/AssemblyInfo.cs +++ b/Application/Properties/AssemblyInfo.cs @@ -20,4 +20,6 @@ using System.Windows; [assembly: ComVisible(false)] [assembly: NeutralResourcesLanguage("en-US")] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("0.2.*")] + +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/Bootstrapper/Bootstrapper.wixproj b/Bootstrapper/Bootstrapper.wixproj index 3f1a29b..18e2036 100644 --- a/Bootstrapper/Bootstrapper.wixproj +++ b/Bootstrapper/Bootstrapper.wixproj @@ -61,9 +61,9 @@ - D:\Code\Personal\CreateInstallDescriptor\bin\Debug\CreateInstallDescriptor.exe !(TargetPath) $(TargetDir)\$(TargetName).xml -copy $(TargetDir)\$(TargetName).xml \\server\d\FeedCenter -copy $(TargetDir)\$(TargetName).exe \\server\d\FeedCenter + rem D:\Code\Personal\CreateInstallDescriptor\bin\Debug\CreateInstallDescriptor.exe !(TargetPath) $(TargetDir)\$(TargetName).xml +rem copy $(TargetDir)\$(TargetName).xml \\server\d\FeedCenter +rem copy $(TargetDir)\$(TargetName).exe \\server\d\FeedCenter