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

AssetManifestFileName should have better default or be configurable #3532

Closed
AaronRobinsonMSFT opened this issue Aug 1, 2019 · 0 comments · Fixed by #3534
Closed

AssetManifestFileName should have better default or be configurable #3532

AaronRobinsonMSFT opened this issue Aug 1, 2019 · 0 comments · Fixed by #3534

Comments

@AaronRobinsonMSFT
Copy link
Member

The below code relies on an assumption that doesn't work well. The MSBuild constant property OS will only ever be Windows_NT or Unix - dotnet/msbuild#539. This makes the below code generated possibly invalid manifests on macOS build legs.

<AssetManifestFileName>$(OS)-$(PlatformName).xml</AssetManifestFileName>
<AssetManifestFilePath>$(ArtifactsLogDir)AssetManifest\$(AssetManifestFileName)</AssetManifestFilePath>

cc @sbomer

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 a pull request may close this issue.

1 participant