MicrosoftDX / Dash

Data At Scale Hub (DASH). Virtual storage account aggregating scale limitations of individual accounts.
Other
37 stars 4 forks source link

Source file 'Properties\AssemblyVersion.cs' could not be found #2

Closed thomasjungblut closed 8 years ago

thomasjungblut commented 8 years ago

Hey guys,

I tried to compile from a fresh MASTER pull and it is missing the AssemblyVersion.cs file in the projects:

DashCommon DashAsync DashServer

Full error: 4>CSC : error CS2001: Source file 'Properties\AssemblyVersion.cs' could not be found

jamesbak commented 8 years ago

The AssemblyVersion.cs file is generated during the build by the CreateAssemblyInfoFromGit Nuget component. Try doing a nuget -restore and then build again.

thomasjungblut commented 8 years ago

stupid me, thank you. closing.