parent
4d95e0ee53
commit
21c6abb443
@ -33,9 +33,6 @@ jobs:
|
||||
id: Build
|
||||
run: dotnet build ScoreTracker.csproj --configuration Release
|
||||
|
||||
- name: GitStatus
|
||||
run: git status
|
||||
|
||||
- name: Echo Filename
|
||||
run: echo $BUILDTEXT \($ASSEMBLYNAME\)
|
||||
env:
|
||||
|
@ -19,6 +19,10 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(NCrunch)' == '1'">
|
||||
<DisableCopyToPlugins>True</DisableCopyToPlugins>
|
||||
<ContinuousIntegrationBuild>True</ContinuousIntegrationBuild>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="BS_Utils, Version=1.12.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
|
Reference in New Issue
Block a user