Skip to content

Commit b2e84f2

Browse files
author
Raul Hidalgo Caballero
committed
NoWarns to only test
1 parent f68195f commit b2e84f2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525

2626
# Store Artifacts
2727
- store_artifacts:
28-
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0-beta.1.nupkg
28+
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0-beta1.nupkg
2929
- store_artifacts:
30-
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0-beta.1.nupkg
30+
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0-beta1.nupkg

root.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
88
<LangVersion>latest</LangVersion>
99
<NeutralLanguage>en-US</NeutralLanguage>
10-
<NoWarn>CS1591;CS1701;CS1705;CS8600;CS8602;CS8604;CS8618</NoWarn>
10+
<NoWarn>CS1701;CS1705;CS8600;CS8602;CS8604;CS8618</NoWarn>
1111
<PackageLicenseUrl>https://raw.githubusercontent.com/deinok/GraphQL.Client/master/LICENSE.txt</PackageLicenseUrl>
1212
<PackageProjectUrl>https://github.com/deinok/GraphQL.Client</PackageProjectUrl>
1313
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1414
<PackageIconUrl>https://raw.githubusercontent.com/deinok/GraphQL.Client/master/assets/logo.svg</PackageIconUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/deinok/GraphQL.Client.git</RepositoryUrl>
1717
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
18-
<Version>1.0.0-beta.1</Version>
18+
<Version>1.0.0-beta1</Version>
1919
<WarningLevel>4</WarningLevel>
2020
</PropertyGroup>
2121

tests/tests.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
<PropertyGroup>
77
<IsPackable>false</IsPackable>
8+
<NoWarn>CS1591</NoWarn>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)