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