Fix typo in ServiceWorkerAssetsManifest.targets (#20944)

Fixes a typo that prevented the service worker from being removed during publish
This commit is contained in:
Javier Calvarro Nelson 2020-04-17 16:16:05 +02:00 committed by GitHub
parent 03068c9165
commit 8f12519b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
<Target Name="_OmitServiceWorkerContent"
Condition="'$(ServiceWorkerAssetsManifest)' != ''"
BeforeTargets="AssignTargetPaths;ResolveCurrentProjectStaticWebAssets">
BeforeTargets="AssignTargetPaths;ResolveCurrentProjectStaticWebAssetsInputs">
<ItemGroup>
<!-- Don't emit the service worker source files to the output -->