Skip to content

Commit f4d2b26

Browse files
committed
Put nupkg in artifacts folder
MyGet is ignoring anything in a folder named packages
1 parent 05215b4 commit f4d2b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
WorkingDirectory="..\src\corelib\bin\v4.0\$(Configuration)" />
9999

100100
<MakeDir Directories="..\artifacts\packages\" />
101-
<Exec Command="$(NuGet) pack ..\src\corelib\corelib.nuspec -OutputDirectory ..\artifacts\packages -Prop Configuration=$(Configuration) -Version $(Version)" />
101+
<Exec Command="$(NuGet) pack ..\src\corelib\corelib.nuspec -OutputDirectory ..\artifacts\ -Prop Configuration=$(Configuration) -Version $(Version)" />
102102
</Target>
103103

104104
<!-- The publish targets don't depend upon Package because of how they are used on the CI server. At this point the code has been packaged and all that needs

0 commit comments

Comments
 (0)