File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ The [documentation](https://github.com/Microsoft/XamlBehaviors/wiki) explains ho
70
70
- Change Build Configuration to Release
71
71
- Build solution with right click > Build, or by clicking F6
72
72
- If you're building from CLI (Visual Studio Developer Command prompt):
73
- - Run ` msbuild /restore -t:build src\BehaviorsSDKManaged\BehaviorsSDKManaged.sln /p:Configuration=Release `
73
+ - Run ` nuget restore src\BehaviorsSDKManaged\BehaviorsSDKManaged.sln `
74
+ - Run ` msbuild -t:build src\BehaviorsSDKManaged\BehaviorsSDKManaged.sln /p:Configuration=Release `
74
75
- Run ` msbuild /t:pack src\BehaviorsSDKManaged\Microsoft.Xaml.Interactivity.Design\Microsoft.Xaml.Interactivity.Design.csproj `
75
76
- * (Optional)* Add ` /p:TimestampPackage=true ` to include the timestamp in the NuGet package version
76
77
You can’t perform that action at this time.
0 commit comments