]> git.deb.at Git - rhonda/impostor.git/commitdiff
AppVeyor
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 12:09:18 +0000 (14:09 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 12:09:18 +0000 (14:09 +0200)
appveyor.yml
src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj
src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj

index e022d247ceb1e16a6be78166a3718f6a91dac07f..29eddb30a8879f380bd562beb3e43523c976be21 100644 (file)
@@ -40,7 +40,7 @@ build_script:
 
 test:
   assemblies:
-    - 'src/**/*.Tests.dll'
+    - 'src\**\*.Tests.dll'
   
 only_commits:
   files:
index e54e473b803f01c6300d7f5a2840088c22ac4a2e..faf677477c4e692629d33bf3bc6343fdb6c2c7c8 100644 (file)
@@ -1,6 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
     <PropertyGroup>
+        <AssemblyName>Impostor.Cli</AssemblyName>
         <OutputType>Exe</OutputType>
         <TargetFramework>net5.0</TargetFramework>
     </PropertyGroup>
index 65e4befd0dfb742fc7de69b3357a0b99ac4088df..a35674628e859d2e598eb6a3324c255c3a9e6a52 100644 (file)
@@ -1,6 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
     
     <PropertyGroup>
+        <AssemblyName>Impostor</AssemblyName>
         <ProjectGuid>{804CF172-0C87-4423-9688-BD97D549891E}</ProjectGuid>
         <OutputType>WinExe</OutputType>
         <TargetFramework>net462</TargetFramework>