Skip to content

Commit 8236b67

Browse files
committed
Updates for GitHub Actions
1 parent 9d45266 commit 8236b67

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<Product>graphql-dotnet server</Product>
1212
<Company>graphql-dotnet</Company>
1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>
14-
<Deterministic>true</Deterministic>
1514
<!-- https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables -->
1615
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
1716

GraphQL.Server.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27130.2036
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30611.23
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transports.Subscriptions.WebSockets", "src\Transports.Subscriptions.WebSockets\Transports.Subscriptions.WebSockets.csproj", "{4DF1CB8E-30AA-4281-9056-D49FDBF4C496}"
77
EndProject
@@ -11,11 +11,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.Server", "samples\S
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{0FD61587-8BE6-4C62-9E3A-0B977AA42CA2}"
1313
ProjectSection(SolutionItems) = preProject
14-
appveyor.yml = appveyor.yml
15-
build.cake = build.cake
16-
GitVersion.yml = GitVersion.yml
17-
global.json = global.json
14+
.github\workflows\build.yml = .github\workflows\build.yml
15+
Directory.Build.props = Directory.Build.props
1816
nuget.config = nuget.config
17+
.github\workflows\publish.yml = .github\workflows\publish.yml
18+
.github\workflows\test.yml = .github\workflows\test.yml
1919
EndProjectSection
2020
EndProject
2121
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{382C5C04-A34D-4C81-83D7-584C85FB9356}"

global.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)