Disabled auto generation of assembly info
continuous-integration/drone/push Build is failing Details

master
Xander Sigler 3 years ago
parent 6271a9feb0
commit 2994876cab

@ -28,9 +28,6 @@ steps:
from_secret: docker_password
repo: 97waterpolo/aoc-2021
dockerfile: AOC2021/Dockerfile
commands:
- cd AOC2021
- ls
depends_on:
- test

@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save