Skip to content

Commit daa2cf3

Browse files
committed
move the nuspec
* move it up one level in the file system, since it covers not only the OxyPlot.Xamarin.Forms project, but most of the others as well
1 parent 15d5473 commit daa2cf3

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
run: msbuild Source/OxyPlot.Xamarin.Forms.sln -p:RestorePackages=false -p:Configuration=Release
2929
- name: Package
30-
run: nuget pack Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec -Version $(git describe) -outputdirectory Artifacts
30+
run: nuget pack Source/OxyPlot.Xamarin.Forms.nuspec -Version $(git describe) -outputdirectory Artifacts
3131
- name: Upload packages
3232
uses: actions/upload-artifact@v3
3333
with:

Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec renamed to Source/OxyPlot.Xamarin.Forms.nuspec

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
</dependencies>
3838
</metadata>
3939
<files>
40-
<file src="bin\Release\netstandard2.0\OxyPlot.Xamarin.Forms.???" target="lib/netstandard2.0" />
40+
<file src="OxyPlot.Xamarin.Forms\bin\Release\netstandard2.0\OxyPlot.Xamarin.Forms.???" target="lib/netstandard2.0" />
4141

42-
<file src="..\OxyPlot.Xamarin.iOS\bin\Release\OxyPlot.Xamarin.iOS.???" target="lib/Xamarin.iOS10" />
43-
<file src="..\OxyPlot.Xamarin.Forms.Platform.iOS\bin\Release\OxyPlot.Xamarin.Forms.Platform.iOS.???" target="lib/Xamarin.iOS10" />
44-
<file src="..\OxyPlot.Xamarin.Forms.Platform.iOS\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/Xamarin.iOS10" />
42+
<file src="OxyPlot.Xamarin.iOS\bin\Release\OxyPlot.Xamarin.iOS.???" target="lib/Xamarin.iOS10" />
43+
<file src="OxyPlot.Xamarin.Forms.Platform.iOS\bin\Release\OxyPlot.Xamarin.Forms.Platform.iOS.???" target="lib/Xamarin.iOS10" />
44+
<file src="OxyPlot.Xamarin.Forms.Platform.iOS\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/Xamarin.iOS10" />
4545

46-
<file src="..\OxyPlot.Xamarin.Android\bin\Release\OxyPlot.Xamarin.Android.???" target="lib/MonoAndroid10" />
47-
<file src="..\OxyPlot.Xamarin.Forms.Platform.Android\bin\Release\OxyPlot.Xamarin.Forms.Platform.Android.???" target="lib/MonoAndroid10" />
48-
<file src="..\OxyPlot.Xamarin.Forms.Platform.Android\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/MonoAndroid10" />
46+
<file src="OxyPlot.Xamarin.Android\bin\Release\OxyPlot.Xamarin.Android.???" target="lib/MonoAndroid10" />
47+
<file src="OxyPlot.Xamarin.Forms.Platform.Android\bin\Release\OxyPlot.Xamarin.Forms.Platform.Android.???" target="lib/MonoAndroid10" />
48+
<file src="OxyPlot.Xamarin.Forms.Platform.Android\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/MonoAndroid10" />
4949

50-
<file src="..\OxyPlot.Xamarin.Mac\bin\Release\OxyPlot.Xamarin.Mac.???" target="lib/Xamarin.Mac20" />
51-
<file src="..\OxyPlot.Xamarin.Forms.Platform.MacOS\bin\Release\OxyPlot.Xamarin.Forms.Platform.Mac.???" target="lib/Xamarin.Mac20" />
52-
<file src="..\OxyPlot.Xamarin.Forms.Platform.MacOS\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/Xamarin.Mac20" />
50+
<file src="OxyPlot.Xamarin.Mac\bin\Release\OxyPlot.Xamarin.Mac.???" target="lib/Xamarin.Mac20" />
51+
<file src="OxyPlot.Xamarin.Forms.Platform.MacOS\bin\Release\OxyPlot.Xamarin.Forms.Platform.Mac.???" target="lib/Xamarin.Mac20" />
52+
<file src="OxyPlot.Xamarin.Forms.Platform.MacOS\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/Xamarin.Mac20" />
5353

54-
<file src="..\OxyPlot.Windows\bin\Release\uap10.0\OxyPlot.Windows.???" target="lib/uap10.0" />
55-
<file src="..\OxyPlot.Xamarin.Forms.Platform.UWP\bin\x64\Release\OxyPlot.Xamarin.Forms.Platform.UWP.???" target="lib/uap10.0" />
56-
<file src="..\OxyPlot.Xamarin.Forms.Platform.UWP\bin\x64\Release\OxyPlot.Xamarin.Forms.???" target="lib/uap10.0" />
54+
<file src="OxyPlot.Windows\bin\Release\uap10.0\OxyPlot.Windows.???" target="lib/uap10.0" />
55+
<file src="OxyPlot.Xamarin.Forms.Platform.UWP\bin\x64\Release\OxyPlot.Xamarin.Forms.Platform.UWP.???" target="lib/uap10.0" />
56+
<file src="OxyPlot.Xamarin.Forms.Platform.UWP\bin\x64\Release\OxyPlot.Xamarin.Forms.???" target="lib/uap10.0" />
5757

58-
<file src="..\..\OxyPlot_128.png" target="" />
59-
<file src="..\..\LICENSE" />
60-
<file src="..\..\AUTHORS" />
61-
<file src="..\..\CONTRIBUTORS" />
62-
<file src="..\..\README.md" />
63-
<file src="..\..\CHANGELOG.md" />
58+
<file src="..\OxyPlot_128.png" target="" />
59+
<file src="..\LICENSE" />
60+
<file src="..\AUTHORS" />
61+
<file src="..\CONTRIBUTORS" />
62+
<file src="..\README.md" />
63+
<file src="..\CHANGELOG.md" />
6464
</files>
6565
</package>

0 commit comments

Comments
 (0)