Skip to content

Commit

Permalink
fixed error in build.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayRechkin committed Feb 21, 2018
1 parent b0adb52 commit e7ba3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildAndInstall/build.proj
Expand Up @@ -16,7 +16,7 @@
<Copy
Condition=" Exists('$(WspPath)') "
SourceFiles="$(WspPath)"
DestinationFiles="$(WspFile)')" />
DestinationFiles="$(WspFile)" />

<Message Text="$(WspFile) was successfully built" Condition=" Exists('$(WspFile)') "/>

Expand Down

0 comments on commit e7ba3aa

Please sign in to comment.