File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 42
42
<Solution >$(Root)Azure.PowerShell.Common.Netcore.sln</Solution >
43
43
<TestOutput >$(Artifacts)Test\</TestOutput >
44
44
<FileVersion Condition =" '$(FileVersion)' == ''" >1.0.0.0</FileVersion >
45
+ <AssemblyVersion Condition =" '$(AssemblyVersion)' == ''" >1.0.0.0</AssemblyVersion >
45
46
</PropertyGroup >
46
47
47
48
<Message Importance =" high" Text =" netstandard20: Building $([System.IO.Path]::GetFileName($(Solution)))" />
48
- <Exec Command =" dotnet build $(Solution) -c $(Configuration) /p:FileVersion=$(FileVersion) -NoLogo" />
49
+ <Exec Command =" dotnet build $(Solution) -c $(Configuration) /p:FileVersion=$(FileVersion) /p:AssemblyVersion=$(AssemblyVersion) -NoLogo" />
49
50
50
51
<Message Condition =" '$(Configuration)' == 'Debug'" Importance =" high" Text =" netstandard20: Testing $([System.IO.Path]::GetFileName($(Solution)))" />
51
52
<Exec Condition =" '$(Configuration)' == 'Debug'" Command =" dotnet test $(Solution) --filter $(TestFilter) --configuration $(Configuration) --logger trx -NoLogo" ContinueOnError =" ErrorAndContinue" />
You can’t perform that action at this time.
0 commit comments