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

Fix failure in doc.yml #7405

Merged
merged 1 commit into from
Aug 29, 2019

Conversation

chidozieononiwu
Copy link
Member

No description provided.

@@ -7,33 +7,23 @@
<PropertyGroup>
<ECMA2YmlVersion>1.0.644-alpha</ECMA2YmlVersion>
<PopImportVersion>1.0.0</PopImportVersion>
<BclAsyncInterfacesVersion>1.0.0-preview8.19405.3</BclAsyncInterfacesVersion>
<NETStandardVersion>2.0.2</NETStandardVersion>
Copy link
Member

Choose a reason for hiding this comment

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

I believe you are still going to need the netstandard package.

Copy link
Member Author

Choose a reason for hiding this comment

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

Turns out the whole net-standard is not necessary.

SourceFolder: '$(Build.ArtifactStagingDirectory)/dll-output'
TargetFolder: '$(Build.BinariesDirectory)/dll-docs/my-api'
SourceFolder: "$(Build.ArtifactStagingDirectory)/dll-output"
TargetFolder: "$(Build.BinariesDirectory)/dll-docs/my-api"
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need this copy? There shouldn't be anything else in that directory.

Copy link
Member Author

Choose a reason for hiding this comment

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

It contains .pdb and .json files which are not needed.

Copy link
Member

Choose a reason for hiding this comment

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

If those don't hurt anything then I'd leave them otherwise I would delete the not needed files as opposed to making yet another copy.

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 have updated that.

@chidozieononiwu chidozieononiwu force-pushed the FixDocYmlFailure branch 2 times, most recently from 73a7288 to 4a6783a Compare August 28, 2019 20:51
contents: |
*.dll
*.xml
SourceFolder: "$(Build.BinariesDirectory)/dll-docs/my-api"
Copy link
Member

Choose a reason for hiding this comment

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

Again I'd only bother deleting these if they cause some sort of issue, otherwise I wouldn't introduce the potential failure point.

@@ -31,18 +31,20 @@ jobs:
displayName: "Use .NET Core sdk $(DotNetCoreSDKVersion)"
inputs:
version: $(DotNetCoreSDKVersion)
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 have it updated now. Thanks for pointing it out

@chidozieononiwu chidozieononiwu merged commit 9c9b09e into Azure:master Aug 29, 2019
@chidozieononiwu chidozieononiwu deleted the FixDocYmlFailure branch August 29, 2019 20:13
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.

2 participants