Disabled auto generation of assembly info
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
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…
x
Reference in New Issue
Block a user