Skip to content

Commit 393fdf8

Browse files
committed
Update README.md
1 parent d696b9b commit 393fdf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ The [documentation](https://github.com/Microsoft/XamlBehaviors/wiki) explains ho
7070
- Change Build Configuration to Release
7171
- Build solution with right click > Build, or by clicking F6
7272
- 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`
7475
- Run `msbuild /t:pack src\BehaviorsSDKManaged\Microsoft.Xaml.Interactivity.Design\Microsoft.Xaml.Interactivity.Design.csproj`
7576
- *(Optional)* Add `/p:TimestampPackage=true` to include the timestamp in the NuGet package version
7677

0 commit comments

Comments
 (0)