Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI scripts #104

Merged
merged 16 commits into from
Apr 29, 2021
Merged

Update CI scripts #104

merged 16 commits into from
Apr 29, 2021

Conversation

Shane32
Copy link
Member

@Shane32 Shane32 commented Apr 28, 2021

Fixes #95

@Shane32 Shane32 self-assigned this Apr 28, 2021
@Shane32 Shane32 linked an issue Apr 28, 2021 that may be closed by this pull request
@Shane32 Shane32 requested a review from sungam3r April 28, 2021 16:10
@Shane32 Shane32 mentioned this pull request Apr 28, 2021
@Shane32 Shane32 added this to the v0.6.0 milestone Apr 28, 2021
@Shane32 Shane32 mentioned this pull request Apr 28, 2021
src/Directory.Build.props Outdated Show resolved Hide resolved
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GraphQL.SystemTextJson" Version="4.0.2" />
<PackageReference Include="GraphQL.SystemTextJson" Version="$(GraphQLTestVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Shouldly" Version="2.8.3" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please bump to 4.0.3

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh? 4.0.3 doesn't exist

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only referenced 4.0.2 because we had some critical bugfixes in 4.0.2 and really 4.0.0 and 4.0.1 should not ever be used. However, this library should work fine with all 4.x versions.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. I'm talking about Shouldly version.

@Shane32
Copy link
Member Author

Shane32 commented Apr 28, 2021

I'm going to test and see if it's pulling in the specified version of GraphQL .....

paths:
- src/**
- .github/workflows/**
- "*.sln"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 Sln file is not in the src folder. In other repositories, it is inside the src folder. What option do we choose?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about it and decided it was more appropriate here because it references files in this folder and the .github folder and so on. If not, then it should be in the src folder.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sln file should not have to traverse up a directory - e.g. ../.github/workflows/testcode.yml

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the sln file used to only reference the projects, at which point it was most appropriately in the src folder. But then you/we started adding references to the documentation and other files. So now it really should be moved in the other repos.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Shane32
Copy link
Member Author

Shane32 commented Apr 29, 2021

I'm going to test and see if it's pulling in the specified version of GraphQL .....

It is confirmed to be working properly.

@Shane32 Shane32 merged commit 5c2a3d6 into master Apr 29, 2021
@Shane32 Shane32 deleted the update_ci branch April 29, 2021 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub Action workflows for tests and publishing
2 participants