Closed jonathanpeppers closed 6 years ago
Right now using the paths:
bin\Debug\netstandard2.0\com.test.apk
bin\Debug\netstandard2.0\com.test-Signed.apk
I did this to mimic Xamarin.Android, but I think we should put the first file in obj and just name the file com.test.apk.
obj
com.test.apk
There are also some .stamp files that should be in obj.
.stamp
Need to make sure all properties are prefixed with _ if they are in fact private.
_
No. 1
Right now using the paths:
bin\Debug\netstandard2.0\com.test.apk
bin\Debug\netstandard2.0\com.test-Signed.apk
I did this to mimic Xamarin.Android, but I think we should put the first file in
obj
and just name the filecom.test.apk
.No. 2
There are also some
.stamp
files that should be inobj
.No. 3
Need to make sure all properties are prefixed with
_
if they are in fact private.